up 1.9.41

This commit is contained in:
2dust
2025-03-24 15:45:56 +08:00
parent 01ab8dad17
commit bf21428746

View File

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