Reputation: 28188
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?
Upvotes: 2
Views: 673
Reputation: 479
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
Upvotes: 2