mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 19:09:42 +08:00
11 lines
294 B
Groovy
11 lines
294 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.9.1' apply false
|
|
id 'org.lsposed.lsplugin.jgit' version "1.1"
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.layout.buildDirectory
|
|
}
|
|
|
|
var repo = jgit.repo(true)
|
|
ext.commitCount = repo.commitCount('refs/remotes/origin/main') |