I updated my Android SDK's ProGuard from 4.4 to 4.6, but the sbt android-plugin somehow has its own version. How can I update sbt android-plugin's version?
Asked
Active
Viewed 665 times
1 Answers
2
I think you can change the version at android-plugin's build sbt file. lastest version is using proGuard 4.6
https://github.com/jberkel/android-plugin/blob/master/build.sbt

Yuan Wang
- 479
- 2
- 13
-
1I assume I have to re-build android-plugin to do this? – Jeff Axelrod Nov 21 '11 at 03:56