Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Bump version to 1.6.3 (#1377)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Nov 9, 2021
1 parent 4ff446a commit b5ba033
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Expand Up @@ -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")
Expand All @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Expand Up @@ -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")
Expand Down

0 comments on commit b5ba033

Please sign in to comment.