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 3f778a1 commit 3bf911dCopy full SHA for 3bf911d
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.v2ray.ang"
13
minSdk = 21
14
targetSdk = 35
15
- versionCode = 657
16
- versionName = "1.10.7"
+ versionCode = 658
+ versionName = "1.10.8"
17
multiDexEnabled = true
18
19
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
V2rayNG/gradle/libs.versions.toml
@@ -20,7 +20,7 @@ swiperefreshlayout = "1.1.0"
20
toasty = "1.5.2"
21
editorkit = "2.9.0"
22
core = "3.5.3"
23
-workRuntimeKtx = "2.10.1"
+workRuntimeKtx = "2.10.2"
24
lifecycleViewmodelKtx = "2.9.1"
25
multidex = "2.0.1"
26
mockitoMockitoInline = "5.2.0"
0 commit comments