2

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?

Jeff Axelrod
  • 27,676
  • 31
  • 147
  • 246

1 Answers1

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