Ver Fonte

Update dependencies

世界 há 3 anos atrás
pai
commit
fb02f2172d
4 ficheiros alterados com 4 adições e 4 exclusões
  1. 1 1
      app/build.gradle.kts
  2. 1 1
      external/v2ray-core
  3. 1 1
      library/core
  4. 1 1
      repositories.gradle.kts

+ 1 - 1
app/build.gradle.kts

@@ -64,7 +64,7 @@ dependencies {
     implementation("com.mikepenz:aboutlibraries:8.9.4")
     implementation("com.mikepenz:aboutlibraries:8.9.4")
     implementation("com.jakewharton:process-phoenix:2.1.2")
     implementation("com.jakewharton:process-phoenix:2.1.2")
     implementation("com.esotericsoftware:kryo:5.3.0")
     implementation("com.esotericsoftware:kryo:5.3.0")
-    implementation("com.google.guava:guava:31.0.1-android")
+    implementation("com.google.guava:guava:31.1-android")
     implementation("com.journeyapps:zxing-android-embedded:4.3.0")
     implementation("com.journeyapps:zxing-android-embedded:4.3.0")
     implementation("org.ini4j:ini4j:0.5.4")
     implementation("org.ini4j:ini4j:0.5.4")
     implementation("io.noties.markwon:core:4.6.2")
     implementation("io.noties.markwon:core:4.6.2")

+ 1 - 1
external/v2ray-core

@@ -1 +1 @@
-Subproject commit c88631c40a71790ccc336783e26aceb691585401
+Subproject commit 286946b0681e0dce74b9346fd4b184827652c44f

+ 1 - 1
library/core

@@ -1 +1 @@
-Subproject commit c2b144a2dfb26c267979d0111fa5b62c22272aa1
+Subproject commit e9b4a46f50bf49e9400d302b5e58f38ff18d2f2d

+ 1 - 1
repositories.gradle.kts

@@ -1,7 +1,7 @@
 rootProject.extra.apply {
 rootProject.extra.apply {
     set("androidPluginVersion", "7.1.2")
     set("androidPluginVersion", "7.1.2")
     set("kotlinVersion", "1.6.10")
     set("kotlinVersion", "1.6.10")
-    set("hutoolVersion", "5.7.21")
+    set("hutoolVersion", "5.7.22")
 }
 }
 
 
 repositories {
 repositories {