up 1.9.32

This commit is contained in:
2dust
2025-01-13 15:04:01 +08:00
parent 6ff3a73bf2
commit 7e99b1ac78

View File

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