Skip to content

Commit

Permalink
up 1.9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Feb 19, 2025
1 parent f497e4e commit e46b354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 631
versionName = "1.9.35"
versionCode = 632
versionName = "1.9.36"
multiDexEnabled = true

val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
Expand Down
2 changes: 1 addition & 1 deletion V2rayNG/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.8.0"
agp = "8.8.1"
desugar_jdk_libs = "2.1.4"
gradleLicensePlugin = "0.9.8"
kotlin = "2.1.10"
Expand Down

0 comments on commit e46b354

Please sign in to comment.