Jeff Axelrod
Jeff Axelrod

Reputation: 28188

How can I update sbt android-plugin's ProGuard version?

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

Answers (1)

Yuan Wang
Yuan Wang

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

Related Questions