up 1.9.38

This commit is contained in:
2dust 2025-03-04 10:19:39 +08:00
parent aa328f0add
commit fd9c5040bf
2 changed files with 6 additions and 6 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId = "com.v2ray.ang" applicationId = "com.v2ray.ang"
minSdk = 21 minSdk = 21
targetSdk = 35 targetSdk = 35
versionCode = 634 versionCode = 635
versionName = "1.9.37" versionName = "1.9.38"
multiDexEnabled = true multiDexEnabled = true
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';') val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')

View file

@ -1,6 +1,6 @@
[versions] [versions]
agp = "8.8.1" agp = "8.8.2"
desugar_jdk_libs = "2.1.4" desugar_jdk_libs = "2.1.5"
gradleLicensePlugin = "0.9.8" gradleLicensePlugin = "0.9.8"
kotlin = "2.1.10" kotlin = "2.1.10"
coreKtx = "1.15.0" coreKtx = "1.15.0"
@ -9,8 +9,8 @@ junitVersion = "1.2.1"
espressoCore = "3.6.1" espressoCore = "3.6.1"
appcompat = "1.7.0" appcompat = "1.7.0"
material = "1.12.0" material = "1.12.0"
activity = "1.10.0" activity = "1.10.1"
constraintlayout = "2.2.0" constraintlayout = "2.2.1"
mmkvStatic = "1.3.12" mmkvStatic = "1.3.12"
gson = "2.11.0" gson = "2.11.0"
quickieFoss = "1.13.1" quickieFoss = "1.13.1"