We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://developer.android.com/reference/android/util/FloatMath.html
Warning: net.simonvt.menudrawer.Scroller: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath
The text was updated successfully, but these errors were encountered:
Add this line to you proguard file -dontwarn net.simonvt.numberpicker.Scroller
-dontwarn net.simonvt.numberpicker.Scroller
Will fix your issue.
Sorry, something went wrong.
it should be -dontwarn net.simonvt.menudrawer.Scroller
-dontwarn net.simonvt.menudrawer.Scroller
No branches or pull requests
http://developer.android.com/reference/android/util/FloatMath.html
The text was updated successfully, but these errors were encountered: