Skip to content
This repository was archived by the owner on Jan 8, 2018. It is now read-only.
This repository was archived by the owner on Jan 8, 2018. It is now read-only.

FloatMath is deprecated #47

@JackyDuong

Description

@JackyDuong

I have these lines when i use Proguard to signed my apk

Warning:com.handmark.pulltorefresh.library.PullToRefreshWebView: can't find referenced method 'float floor(float)' in library class android.util.FloatMath
Warning:com.handmark.pulltorefresh.library.PullToRefreshWebView$InternalWebViewSDK9: can't find referenced method 'float floor(float)' in library class android.util.FloatMath

I added the line below to my proguard but it doesn't work

-keep public class android.util.FloatMath

Does someone have a solution about that ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions