up 1.10.8

This commit is contained in:
2dust
2025-06-29 10:27:57 +08:00
parent 3f778a1ea2
commit 3bf911da9c
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 = 657
versionName = "1.10.7"
versionCode = 658
versionName = "1.10.8"
multiDexEnabled = true
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')