up 1.10.20

This commit is contained in:
2dust
2025-08-30 11:20:23 +08:00
parent 9eb03eece2
commit d53a9f9ecd

View File

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