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