Skip to content

Commit

Permalink
Revert "Update ObfPlugin.groovy"
Browse files Browse the repository at this point in the history
This reverts commit 4e278e5.
  • Loading branch information
nnjun committed Apr 19, 2023
1 parent 4e278e5 commit ab7f09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class ObfPlugin implements Plugin<Project> {
}
List<Task> tasks = new ArrayList<>()
if (android != null) {
android.testVariants.all(new Action<ApplicationVariant>() {
android.applicationVariants.all(new Action<ApplicationVariant>() {
@Override
void execute(ApplicationVariant applicationVariant) {
File mappingFile = null
Expand Down

0 comments on commit ab7f09c

Please sign in to comment.