Update build.gradle.kts (#1041)

This commit is contained in:
vvb2060 2021-09-03 18:48:24 +08:00 committed by GitHub
parent 3774390840
commit 673079b9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ val commitCount = Git(repo).log().add(refId).call().count()
val defaultManagerPackageName by extra("org.lsposed.manager") val defaultManagerPackageName by extra("org.lsposed.manager")
val verCode by extra(commitCount + 4200) val verCode by extra(commitCount + 4200)
val verName by extra("v1.5.2") val verName by extra("v1.5.3")
val androidTargetSdkVersion by extra(31) val androidTargetSdkVersion by extra(31)
val androidMinSdkVersion by extra(27) val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("31.0.0") val androidBuildToolsVersion by extra("31.0.0")