Release v0.7

This commit is contained in:
JingMatrix 2024-12-01 09:48:17 +01:00
parent 30f86dac8d
commit d7a43c798a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ val (coreCommitCount, coreLatestTag) = FileRepositoryBuilder().setGitDir(rootPro
val defaultManagerPackageName by extra("org.lsposed.lspatch") val defaultManagerPackageName by extra("org.lsposed.lspatch")
val apiCode by extra(93) val apiCode by extra(93)
val verCode by extra(commitCount) val verCode by extra(commitCount)
val verName by extra("0.6") val verName by extra("0.7")
val coreVerCode by extra(coreCommitCount) val coreVerCode by extra(coreCommitCount)
val coreVerName by extra(coreLatestTag) val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(28) val androidMinSdkVersion by extra(28)