SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

FloatMath has been removed in API 23 #262

Open Mygod opened 9 years ago

Mygod commented 9 years ago

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
ImranAtBhimsoft commented 8 years ago

Add this line to you proguard file -dontwarn net.simonvt.numberpicker.Scroller

Will fix your issue.

Redman1037 commented 6 years ago

it should be -dontwarn net.simonvt.menudrawer.Scroller