noties / Scrollable

Android scrollable tabs
Apache License 2.0
1.24k stars 229 forks source link

Proguard,can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath #25

Closed captain-miao closed 8 years ago

captain-miao commented 8 years ago

Warning:ru.noties.scrollable.ScrollableScroller: can't find referenced method 'float sqrt(float)' in library class android.util.FloatMath Warning:there were 1 unresolved references to library class members. You probably need to update the library versions. (http://proguard.sourceforge.net/manual/troubleshooting.html#unresolvedlibraryclassmember) Exception while processing task java.io.IOException: Please correct the above warnings first.Error:Execution failed for task ... ...

':app:packageRelease'.

Unable to compute hash of /Users/captain_miao/am/androidCode/trunk/treadmill/app/build/intermediates/classes-proguard/release/classes.jar

noties commented 8 years ago

Well, it's a shame really. I will remove FloatMath from Scroller

captain-miao commented 8 years ago

wonderful