Bump version to 1.4.7 (#794)

This commit is contained in:
Wang Han 2021-07-01 12:51:33 +08:00 committed by GitHub
parent cce59d2f43
commit d5fb3b9e5b
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 verCode by extra(commitCount + 4200)
val verName by extra("v1.4.6")
val verName by extra("v1.4.7")
val androidTargetSdkVersion by extra(30)
val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("30.0.3")