This commit is contained in:
2dust
2024-10-28 13:54:49 +08:00
parent cdede639f2
commit e60eb703c6
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
versionCode = 602
versionName = "1.9.8"
versionCode = 603
versionName = "1.9.9"
multiDexEnabled = true
splits {
abi {

View File

@@ -25,7 +25,7 @@ rxpermissions = "0.12"
toastcompat = "1.1.0"
viewpager2 = "1.1.0"
workRuntimeKtx = "2.9.1"
androidGradlePlugin = "8.7.0"
androidGradlePlugin = "8.7.1"
androidKotlinPlugin = "2.0.21"
[libraries]