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 57362a4 commit c78ef38Copy full SHA for c78ef38
V2rayNG/app/build.gradle.kts
@@ -12,8 +12,8 @@ android {
12
applicationId = "com.v2ray.ang"
13
minSdk = 21
14
targetSdk = 35
15
- versionCode = 659
16
- versionName = "1.10.9"
+ versionCode = 660
+ versionName = "1.10.10"
17
multiDexEnabled = true
18
19
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')
V2rayNG/gradle/libs.versions.toml
@@ -21,7 +21,7 @@ toasty = "1.5.2"
21
editorkit = "2.9.0"
22
core = "3.5.3"
23
workRuntimeKtx = "2.10.2"
24
-lifecycleViewmodelKtx = "2.9.1"
+lifecycleViewmodelKtx = "2.9.2"
25
multidex = "2.0.1"
26
mockitoMockitoInline = "5.2.0"
27
flexbox = "3.0.0"
0 commit comments