Skip to content

新增 androidAop.debugMode.variantOnlyDebug 配置

Compare
Choose a tag to compare
@FlyJingFish FlyJingFish released this 29 Apr 09:47
· 781 commits to master since this release

根目录gradle.properties 添加如下设置

androidAop.debugMode.variantOnlyDebug = true //默认不写这项就是true

这项不写默认就是true,请注意设置为 true 时 release 包会忽略 androidAop.debugMode = true 的设置自动走全量打包方式,设为 false 时则没有这种效果