Skip to content

Commit ab7f09c

Browse files
committed
Revert "Update ObfPlugin.groovy"
This reverts commit 4e278e5.
1 parent 4e278e5 commit ab7f09c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ObfPlugin implements Plugin<Project> {
4848
}
4949
List<Task> tasks = new ArrayList<>()
5050
if (android != null) {
51-
android.testVariants.all(new Action<ApplicationVariant>() {
51+
android.applicationVariants.all(new Action<ApplicationVariant>() {
5252
@Override
5353
void execute(ApplicationVariant applicationVariant) {
5454
File mappingFile = null

0 commit comments

Comments
 (0)