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