mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 23:49:44 +08:00
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>
11 lines
281 B
Groovy
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') |