Bump version to 1.6.3 (#1377)

This commit is contained in:
南宫雪珊 2021-11-09 15:16:51 +08:00 committed by GitHub
parent 4ff446ae95
commit b5ba03318b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -164,7 +164,7 @@ dependencies {
val navVersion: String by rootProject.extra
annotationProcessor("com.github.bumptech.glide:compiler:$glideVersion")
implementation("androidx.activity:activity:1.4.0")
implementation("androidx.browser:browser:1.3.0")
implementation("androidx.browser:browser:1.4.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.1")
implementation("androidx.core:core:1.7.0")
implementation("androidx.fragment:fragment:1.3.6")

View File

@ -24,7 +24,7 @@ buildscript {
google()
mavenCentral()
}
val navVersion by extra("2.4.0-beta01")
val navVersion by extra("2.4.0-beta02")
val agpVersion by extra("7.0.3")
dependencies {
classpath("com.android.tools.build:gradle:$agpVersion")
@ -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.2")
val verName by extra("1.6.3")
val androidTargetSdkVersion by extra(31)
val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("31.0.0")

View File

@ -168,7 +168,7 @@ android {
dependencies {
// keep this dep since it affects ccache
implementation("dev.rikka.ndk:riru:26.0.0")
implementation("dev.rikka.ndk.thirdparty:cxx:1.1.0")
implementation("dev.rikka.ndk.thirdparty:cxx:1.2.0")
implementation("io.github.vvb2060.ndk:dobby:1.2")
implementation("com.android.tools.build:apksig:$agpVersion")
implementation("org.apache.commons:commons-lang3:3.12.0")