Skip to content

Commit fd9c504

Browse files
committed
up 1.9.38
1 parent aa328f0 commit fd9c504

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

V2rayNG/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.v2ray.ang"
1313
minSdk = 21
1414
targetSdk = 35
15-
versionCode = 634
16-
versionName = "1.9.37"
15+
versionCode = 635
16+
versionName = "1.9.38"
1717
multiDexEnabled = true
1818

1919
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')

V2rayNG/gradle/libs.versions.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
agp = "8.8.1"
3-
desugar_jdk_libs = "2.1.4"
2+
agp = "8.8.2"
3+
desugar_jdk_libs = "2.1.5"
44
gradleLicensePlugin = "0.9.8"
55
kotlin = "2.1.10"
66
coreKtx = "1.15.0"
@@ -9,8 +9,8 @@ junitVersion = "1.2.1"
99
espressoCore = "3.6.1"
1010
appcompat = "1.7.0"
1111
material = "1.12.0"
12-
activity = "1.10.0"
13-
constraintlayout = "2.2.0"
12+
activity = "1.10.1"
13+
constraintlayout = "2.2.1"
1414
mmkvStatic = "1.3.12"
1515
gson = "2.11.0"
1616
quickieFoss = "1.13.1"

0 commit comments

Comments
 (0)