This commit is contained in:
2dust
2026-01-14 15:57:20 +08:00
parent a2b6e669d8
commit a3972b98f3
+2 -2
View File
@@ -12,8 +12,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 24
targetSdk = 36
versionCode = 684
versionName = "1.10.33"
versionCode = 700
versionName = "2.0.0"
multiDexEnabled = true
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')