We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be0fb3 commit f6f60f7Copy full SHA for f6f60f7
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.v2ray.ang"
13
minSdk = 21
14
targetSdk = 35
15
- versionCode = 670
16
- versionName = "1.10.20"
+ versionCode = 671
+ versionName = "1.10.21"
17
multiDexEnabled = true
18
19
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
0 commit comments