We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e278e5 commit ab7f09cCopy full SHA for ab7f09c
plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy
@@ -48,7 +48,7 @@ public class ObfPlugin implements Plugin<Project> {
48
}
49
List<Task> tasks = new ArrayList<>()
50
if (android != null) {
51
- android.testVariants.all(new Action<ApplicationVariant>() {
+ android.applicationVariants.all(new Action<ApplicationVariant>() {
52
@Override
53
void execute(ApplicationVariant applicationVariant) {
54
File mappingFile = null
0 commit comments