up 1.10.5

This commit is contained in:
2dust 2025-06-08 09:26:36 +08:00
parent ea088376ac
commit fdb67a86f4

View file

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