From b5ba03318b4ae0229dd74a0dd44093644035b420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=97=E5=AE=AB=E9=9B=AA=E7=8F=8A?= Date: Tue, 9 Nov 2021 15:16:51 +0800 Subject: [PATCH] Bump version to 1.6.3 (#1377) --- app/build.gradle.kts | 2 +- build.gradle.kts | 4 ++-- core/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1c98230c..6467c42e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") diff --git a/build.gradle.kts b/build.gradle.kts index a0657dee..19848f6e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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") diff --git a/core/build.gradle.kts b/core/build.gradle.kts index a48026fb..1eccf811 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -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")