DisableFlagSecure/build.gradle
dependabot[bot] b49c674c34
Bump com.android.application from 8.7.2 to 8.7.3
Bumps com.android.application from 8.7.2 to 8.7.3.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-03 22:07:43 +00:00

11 lines
281 B
Groovy

plugins {
id 'com.android.application' version '8.7.3' 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')