Bump version to 1.6.5 (#1467)

This commit is contained in:
残页 2021-12-04 21:49:38 +08:00 committed by GitHub
parent 6a735d2064
commit 98a7fe70fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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 apiCode by extra(93) val apiCode by extra(93)
val verCode by extra(commitCount + 4200) val verCode by extra(commitCount + 4200)
val verName by extra("1.6.3") val verName by extra("1.6.5")
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")