Skip to content

Commit

Permalink
Bump version to 1.6.2 (LSPosed#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraxp authored Oct 16, 2021
1 parent dfb035c commit a778970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val commitCount = Git(repo).log().add(refId).call().count()
val defaultManagerPackageName by extra("org.lsposed.manager")
val apiCode by extra(93)
val verCode by extra(commitCount + 4200)
val verName by extra("1.6.1")
val verName by extra("1.6.2")
val androidTargetSdkVersion by extra(31)
val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("31.0.0")
Expand Down

0 comments on commit a778970

Please sign in to comment.