Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
[skip ci]
eritpchy committed May 24, 2024
1 parent 92eaa40 commit a96dff6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/debug.gradle
Original file line number Diff line number Diff line change
@@ -60,10 +60,3 @@ android.applicationVariants.all { variant ->
}
}
}

def removeWritePermission(path) {
exec {
executable = ADB_PATH
args = ["shell", "chmod", "a-w", "/data/local/tmp/libzygisk-module-xfingerprint-pay-${name.toLowerCase()}.debug.dex"]
}
}

0 comments on commit a96dff6

Please sign in to comment.