up 1.10.10

This commit is contained in:
2dust
2025-07-24 19:34:31 +08:00
parent 57362a4bde
commit c78ef380cc
2 changed files with 3 additions and 3 deletions

View File

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