android-menudrawer icon indicating copy to clipboard operation
android-menudrawer copied to clipboard

FloatMath has been removed in API 23

Open Mygod opened this issue 9 years ago • 2 comments

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

Mygod avatar Oct 03 '15 09:10 Mygod

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

Will fix your issue.

ImranAtBhimsoft avatar Feb 23 '16 07:02 ImranAtBhimsoft

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

Redman1037 avatar Feb 16 '18 13:02 Redman1037