如何更新 sbt android-plugin 的 ProGuard 版本?

Posted

技术标签:

【中文标题】如何更新 sbt android-plugin 的 ProGuard 版本?【英文标题】:How can I update sbt android-plugin's ProGuard version? 【发布时间】:2011-12-30 15:17:39 【问题描述】:

我将我的 android SDK 的 ProGuard 从 4.4 更新到 4.6,但是 sbt android-plugin 不知何故有自己的版本。如何更新 sbt android-plugin 的版本?

【问题讨论】:

【参考方案1】:

我认为你可以在 android-plugin 的 build sbt 文件中更改版本。最新版本使用 proGuard 4.6

https://github.com/jberkel/android-plugin/blob/master/build.sbt

【讨论】:

我认为我必须重新构建 android-plugin 才能做到这一点?

以上是关于如何更新 sbt android-plugin 的 ProGuard 版本?的主要内容,如果未能解决你的问题,请参考以下文章

使用 scala 和 android-plugin 的 Proguard:java.lang.StringIndexOutOfBoundsException:字符串索引超出范围:160

迁移到 sbt 1:如何在编译时运行 Scalastyle

如何使用 sbtosgi 生成 osgi 包作为 sbt 发布任务的一部分

如何解决具有不同包装常春藤类型的sbt中的依赖关系?

记录一次事故——idea,sbt,scala

使用 sbt-native-packager 时的配置目录