Release 0.7.3

This commit is contained in:
NkBe 2025-12-08 22:19:57 +08:00
parent efeb758845
commit 2245f35f61
No known key found for this signature in database
GPG Key ID: 525137026FF031DF
1 changed files with 2 additions and 2 deletions

View File

@ -49,14 +49,14 @@ val (coreCommitCount, coreLatestTag) = FileRepositoryBuilder().setGitDir(rootPro
val defaultManagerPackageName by extra("org.lsposed.npatch")
val apiCode by extra(100)
val verCode by extra(commitCount)
val verName by extra("0.7.2")
val verName by extra("0.7.3")
val coreVerCode by extra(coreCommitCount)
val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(27)
val androidTargetSdkVersion by extra(36)
val androidCompileSdkVersion by extra(36)
val androidCompileNdkVersion by extra("29.0.13599879")
val androidBuildToolsVersion by extra("36.0.0")
val androidBuildToolsVersion by extra("36.1.0")
val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
val androidTargetCompatibility by extra(JavaVersion.VERSION_21)