Skip to content

Commit

Permalink
up 1.9.38
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Mar 4, 2025
1 parent aa328f0 commit fd9c504
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions V2rayNG/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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(';')
Expand Down
8 changes: 4 additions & 4 deletions V2rayNG/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit fd9c504

Please sign in to comment.