Skip to content

Commit 3bf911d

Browse files
committed
up 1.10.8
1 parent 3f778a1 commit 3bf911d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

V2rayNG/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId = "com.v2ray.ang"
1313
minSdk = 21
1414
targetSdk = 35
15-
versionCode = 657
16-
versionName = "1.10.7"
15+
versionCode = 658
16+
versionName = "1.10.8"
1717
multiDexEnabled = true
1818

1919
val abiFilterList = (properties["ABI_FILTERS"] as? String)?.split(';')

V2rayNG/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ swiperefreshlayout = "1.1.0"
2020
toasty = "1.5.2"
2121
editorkit = "2.9.0"
2222
core = "3.5.3"
23-
workRuntimeKtx = "2.10.1"
23+
workRuntimeKtx = "2.10.2"
2424
lifecycleViewmodelKtx = "2.9.1"
2525
multidex = "2.0.1"
2626
mockitoMockitoInline = "5.2.0"

0 commit comments

Comments
 (0)