We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdede63 commit e60eb70Copy full SHA for e60eb70
V2rayNG/app/build.gradle.kts
@@ -11,8 +11,8 @@ android {
11
applicationId = "com.v2ray.ang"
12
minSdk = 21
13
targetSdk = 34
14
- versionCode = 602
15
- versionName = "1.9.8"
+ versionCode = 603
+ versionName = "1.9.9"
16
multiDexEnabled = true
17
splits {
18
abi {
V2rayNG/gradle/libs.versions.toml
@@ -25,7 +25,7 @@ rxpermissions = "0.12"
25
toastcompat = "1.1.0"
26
viewpager2 = "1.1.0"
27
workRuntimeKtx = "2.9.1"
28
-androidGradlePlugin = "8.7.0"
+androidGradlePlugin = "8.7.1"
29
androidKotlinPlugin = "2.0.21"
30
31
[libraries]
0 commit comments