We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f497e4e commit e46b354Copy full SHA for e46b354
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.v2ray.ang"
13
minSdk = 21
14
targetSdk = 35
15
- versionCode = 631
16
- versionName = "1.9.35"
+ versionCode = 632
+ versionName = "1.9.36"
17
multiDexEnabled = true
18
19
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
V2rayNG/gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-agp = "8.8.0"
+agp = "8.8.1"
3
desugar_jdk_libs = "2.1.4"
4
gradleLicensePlugin = "0.9.8"
5
kotlin = "2.1.10"
0 commit comments