DisableFlagSecure/build.gradle
dependabot[bot] dab601582f Bump com.android.application from 8.5.0 to 8.5.1
Bumps com.android.application from 8.5.0 to 8.5.1.

---
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-07-21 16:12:39 +08:00

11 lines
281 B
Groovy

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