Closed hellokugo closed 6 years ago
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.10'
升级到1.2.10,打出来的final包覆盖了没被资源混淆的包,我们这边需要拿没被混淆包做自动化测试,怎么弄?
/** * Optional: if finalApkBackupPath is null, AndResGuard will overwrite final apk * to the path which assemble[Task] write to **/ finalApkBackupPath = "${project.rootDir}/final.apk"
谢谢哈
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.10'
升级到1.2.10,打出来的final包覆盖了没被资源混淆的包,我们这边需要拿没被混淆包做自动化测试,怎么弄?