Release 0.7.3
This commit is contained in:
parent
efeb758845
commit
2245f35f61
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue