Skip to content

Commit a96dff6

Browse files
committed
remove unused code
[skip ci]
1 parent 92eaa40 commit a96dff6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/debug.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,3 @@ android.applicationVariants.all { variant ->
6060
}
6161
}
6262
}
63-
64-
def removeWritePermission(path) {
65-
exec {
66-
executable = ADB_PATH
67-
args = ["shell", "chmod", "a-w", "/data/local/tmp/libzygisk-module-xfingerprint-pay-${name.toLowerCase()}.debug.dex"]
68-
}
69-
}

0 commit comments

Comments
 (0)