shwenzhang / AndResGuard

proguard resource for Android by wechat team
Apache License 2.0
8.54k stars 1.54k forks source link

找不到没压缩之前的包 #224

Closed hellokugo closed 6 years ago

hellokugo commented 6 years ago

classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.10'

升级到1.2.10,打出来的final包覆盖了没被资源混淆的包,我们这边需要拿没被混淆包做自动化测试,怎么弄?

simpleton commented 6 years ago
/**
* Optional: if finalApkBackupPath is null, AndResGuard will overwrite final apk
* to the path which assemble[Task] write to
**/
finalApkBackupPath = "${project.rootDir}/final.apk"
hellokugo commented 6 years ago

谢谢哈