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 9e4abe5 commit 4e278e5Copy full SHA for 4e278e5
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.applicationVariants.all(new Action<ApplicationVariant>() {
+ android.testVariants.all(new Action<ApplicationVariant>() {
52
@Override
53
void execute(ApplicationVariant applicationVariant) {
54
File mappingFile = null
0 commit comments