JeroenMols / MethodCountExample

Sample project to shrink huge libraries and reduce their method count.
Apache License 2.0
33 stars 6 forks source link

Error shrink #1

Closed FunnyDevs closed 8 years ago

FunnyDevs commented 8 years ago

Hi! I have downloaded this project to try the shrink guava building, but when i run "gradle shrinkLibrary", i get:

"Gradle version 2.10 is required. Current version is 2.1."

JeroenMols commented 8 years ago

Try ./gradlew shrinkLibrary

FunnyDevs commented 8 years ago

ok, now it works! Thank you