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 5490db9 commit 923e3f3Copy full SHA for 923e3f3
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.v2ray.ang"
13
minSdk = 21
14
targetSdk = 35
15
- versionCode = 676
16
- versionName = "1.10.25"
+ versionCode = 677
+ versionName = "1.10.26"
17
multiDexEnabled = true
18
19
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
0 commit comments