up 1.9.38

This commit is contained in:
2dust
2025-03-04 10:19:39 +08:00
parent aa328f0add
commit fd9c5040bf
2 changed files with 6 additions and 6 deletions

View File

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