mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-06-28 20:29:51 +00:00
up 1.9.38
This commit is contained in:
parent
aa328f0add
commit
fd9c5040bf
2 changed files with 6 additions and 6 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
applicationId = "com.v2ray.ang"
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
versionCode = 634
|
||||
versionName = "1.9.37"
|
||||
versionCode = 635
|
||||
versionName = "1.9.38"
|
||||
multiDexEnabled = true
|
||||
|
||||
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
agp = "8.8.1"
|
||||
desugar_jdk_libs = "2.1.4"
|
||||
agp = "8.8.2"
|
||||
desugar_jdk_libs = "2.1.5"
|
||||
gradleLicensePlugin = "0.9.8"
|
||||
kotlin = "2.1.10"
|
||||
coreKtx = "1.15.0"
|
||||
|
@ -9,8 +9,8 @@ junitVersion = "1.2.1"
|
|||
espressoCore = "3.6.1"
|
||||
appcompat = "1.7.0"
|
||||
material = "1.12.0"
|
||||
activity = "1.10.0"
|
||||
constraintlayout = "2.2.0"
|
||||
activity = "1.10.1"
|
||||
constraintlayout = "2.2.1"
|
||||
mmkvStatic = "1.3.12"
|
||||
gson = "2.11.0"
|
||||
quickieFoss = "1.13.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue