daimajia / NumberProgressBar

A beautiful, slim Android ProgressBar.
MIT License
6.07k stars 1.4k forks source link

Cannot compile project against 1.3 release - proguard issue #44

Closed alexeyvasilyev closed 7 years ago

alexeyvasilyev commented 7 years ago
Warning:Exception while processing task java.io.IOException: proguard.ParseException: Expecting java type before ';' in line 18 of file '/Users/alex/Projects/myproject/app/build/intermediates/exploded-aar/com.daimajia.numberprogressbar/library/1.3/proguard.txt'

Looks like instead of

-keep interface com.daimajia.numberprogressbar.* { *; }

should be

-keep interface com.daimajia.numberprogressbar.** { ; }
daimajia commented 7 years ago

Thanks for your feedback.

I published a release version in maven, and version code is v1.4. Please have a try.

alexeyvasilyev commented 7 years ago

Fixed.