up 1.10.3

This commit is contained in:
2dust 2025-05-17 12:01:34 +08:00
parent f22454da5d
commit 55bc2bf934
2 changed files with 4 additions and 4 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 35
versionCode = 652
versionName = "1.10.2"
versionCode = 653
versionName = "1.10.3"
multiDexEnabled = true
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')

View file

@ -1,5 +1,5 @@
[versions]
agp = "8.9.2"
agp = "8.9.3"
desugarJdkLibs = "2.1.5"
gradleLicensePlugin = "0.9.8"
kotlin = "2.1.20"
@ -21,7 +21,7 @@ toasty = "1.5.2"
editorkit = "2.9.0"
core = "3.5.3"
workRuntimeKtx = "2.10.1"
lifecycleViewmodelKtx = "2.8.7"
lifecycleViewmodelKtx = "2.9.0"
multidex = "2.0.1"
mockitoMockitoInline = "5.2.0"
flexbox = "3.0.0"