DisableFlagSecure/build.gradle

11 lines
281 B
Groovy
Raw Normal View History

2024-03-11 21:34:16 +08:00
plugins {
id 'com.android.application' version '8.6.0' apply false
2024-05-28 19:22:54 +08:00
id 'org.lsposed.lsplugin.jgit' version "1.1"
2021-02-03 16:36:24 +08:00
}
2024-03-11 21:34:16 +08:00
tasks.register('clean', Delete) {
2021-02-03 16:36:24 +08:00
delete rootProject.buildDir
2023-02-14 11:19:17 +08:00
}
2024-05-28 19:22:54 +08:00
var repo = jgit.repo(true)
ext.commitCount = repo.commitCount('refs/remotes/origin/main')