Browse Source

Update dependencies

世界 4 năm trước cách đây
mục cha
commit
1d4984653f

+ 6 - 6
app/build.gradle.kts

@@ -37,7 +37,7 @@ dependencies {
     implementation("androidx.core:core-ktx:1.7.0")
     implementation("androidx.activity:activity-ktx:1.4.0")
     implementation("androidx.fragment:fragment-ktx:1.3.6")
-    implementation("androidx.browser:browser:1.3.0")
+    implementation("androidx.browser:browser:1.4.0")
     implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
     implementation("androidx.constraintlayout:constraintlayout:2.1.1")
     implementation("androidx.navigation:navigation-fragment-ktx:2.3.5")
@@ -52,11 +52,11 @@ dependencies {
     implementation(project(":external:preferencex:preferencex-colorpicker"))
 
     implementation("com.google.android.material:material:1.4.0")
-    implementation("cn.hutool:hutool-core:5.7.15")
-    implementation("cn.hutool:hutool-cache:5.7.15")
-    implementation("cn.hutool:hutool-json:5.7.15")
-    implementation("cn.hutool:hutool-crypto:5.7.15")
-    implementation("com.google.code.gson:gson:2.8.8")
+    implementation("cn.hutool:hutool-core:5.7.16")
+    implementation("cn.hutool:hutool-cache:5.7.16")
+    implementation("cn.hutool:hutool-json:5.7.16")
+    implementation("cn.hutool:hutool-crypto:5.7.16")
+    implementation("com.google.code.gson:gson:2.8.9")
     implementation("com.google.zxing:core:3.4.1")
 
     implementation(platform("com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.2"))

+ 1 - 0
bin/init/env.sh

@@ -14,6 +14,7 @@ _NDK="$ANDROID_HOME/ndk/23.1.7779620"
 [ -f "$_NDK/source.properties" ] || _NDK="$ANDROID_NDK_HOME"
 [ -f "$_NDK/source.properties" ] || _NDK="$NDK"
 [ -f "$_NDK/source.properties" ] || _NDK="$ANDROID_HOME/ndk-bundle"
+[ -f "$_NDK/source.properties" ] || _NDK="$ANDROID_HOME/21.4.7075529"
 
 if [ ! -f "$_NDK/source.properties" ]; then
   echo "Error: NDK not found."

+ 1 - 1
buildSrc/build.gradle.kts

@@ -13,7 +13,7 @@ dependencies {
     implementation("com.android.tools.build:gradle-api:$androidPluginVersion")
     implementation(kotlin("gradle-plugin", kotlinVersion))
     implementation(kotlin("stdlib"))
-    implementation("cn.hutool:hutool-crypto:5.7.15")
+    implementation("cn.hutool:hutool-crypto:5.7.16")
     implementation("org.tukaani:xz:1.9")
     implementation("com.github.triplet.gradle:play-publisher:3.6.0")
     implementation("org.kohsuke:github-api:1.131")

+ 1 - 1
external/preferencex

@@ -1 +1 @@
-Subproject commit 26589ef822e324fa3a2c380f35598f824723653d
+Subproject commit 044a3b9171329879e1000e554c9f5241d5ed8947

+ 1 - 1
external/termux-view

@@ -1 +1 @@
-Subproject commit 04c82d2cb182bcc5fcba5093c39bf57d46bb986a
+Subproject commit c4127827ef013970bcd0f930f65b991bb12878f4

+ 0 - 1
gradle.properties

@@ -16,4 +16,3 @@ android.bundle.enableUncompressedNativeLibs=false
 org.gradle.jvmargs=-XX\:MaxPermSize\=8192m -Dkotlin.daemon.jvm.options\="-Xmx2048M" -Xmx2048M -XX\:+UseParallelGC -Dfile.encoding\=UTF-8
 android.useAndroidX=true
 android.enableJetifier=true
-android.enableR8.fullMode=true

+ 1 - 1
library/include/build.gradle.kts

@@ -5,5 +5,5 @@ plugins {
 setupCommon()
 
 dependencies {
-    implementation("androidx.annotation:annotation:1.2.0")
+    implementation("androidx.annotation:annotation:1.3.0")
 }

+ 1 - 1
library/proto-stub/build.gradle.kts

@@ -8,7 +8,7 @@ plugins {
 
 setupKotlinCommon()
 
-val protobufVersion = "3.19.0"
+val protobufVersion = "3.19.1"
 
 dependencies {
     protobuf(project(":library:proto"))