Skip to content

Commit c78ef38

Browse files
committed
up 1.10.10
1 parent 57362a4 commit c78ef38

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 = 659
16-
versionName = "1.10.9"
15+
versionCode = 660
16+
versionName = "1.10.10"
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
@@ -21,7 +21,7 @@ toasty = "1.5.2"
2121
editorkit = "2.9.0"
2222
core = "3.5.3"
2323
workRuntimeKtx = "2.10.2"
24-
lifecycleViewmodelKtx = "2.9.1"
24+
lifecycleViewmodelKtx = "2.9.2"
2525
multidex = "2.0.1"
2626
mockitoMockitoInline = "5.2.0"
2727
flexbox = "3.0.0"

0 commit comments

Comments
 (0)