Skip to content

Commit c2a4e53

Browse files
committed
core: bump AndroidLibXrayLite to v26.6.2
1 parent 9010d5c commit c2a4e53

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/src/main/assets/aboutlibraries.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"uniqueId": "github:2dust/AndroidLibXrayLite",
18-
"artifactVersion": "v26.6.1",
18+
"artifactVersion": "v26.6.2",
1919
"name": "AndroidLibXrayLite",
2020
"description": "Android AAR wrapper for Xray-core, built with gomobile.",
2121
"website": "https://github.com/2dust/AndroidLibXrayLite",
@@ -67,7 +67,7 @@
6767
},
6868
{
6969
"uniqueId": "org.jetbrains.compose.foundation:foundation",
70-
"artifactVersion": "1.11.0",
70+
"artifactVersion": "1.11.1",
7171
"name": "Compose Foundation",
7272
"description": "Higher level abstractions of the Compose UI primitives. This library is design system agnostic, providing the high-level building blocks for both application and design-system developers",
7373
"website": "https://github.com/JetBrains/compose-multiplatform",
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"uniqueId": "org.jetbrains.compose.ui:ui",
83-
"artifactVersion": "1.11.0",
83+
"artifactVersion": "1.11.1",
8484
"name": "Compose UI",
8585
"description": "Compose UI primitives. This library contains the primitives that form the Compose UI Toolkit, such as drawing, measurement and layout.",
8686
"website": "https://github.com/JetBrains/compose-multiplatform",

app/src/main/kotlin/features/subscription/SubscriptionDefaults.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
package features.subscription
55

66
const val DefaultSubscriptionGroupId = 1
7-
const val DefaultSubscriptionUserAgent = "v2rayNG/2.2.2"
7+
const val DefaultSubscriptionUserAgent = "v2rayNG/2.2.3"
88
const val ClashMetaSubscriptionUserAgent = "clash.meta"
9-
const val FlClashXSubscriptionUserAgent = "FlClash X/v0.4.0-pre.12 Platform/android"
9+
const val FlClashXSubscriptionUserAgent = "FlClash X/v0.4.0-pre.15 Platform/android"
1010
const val AutoSubscriptionCheckIntervalMillis = 60L * 1000L
1111
const val AutoSubscriptionRetryDelayMillis = 15L * 60L * 1000L
1212

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object ProjectConfig {
1414
const val VERSION_NAME = "1.2.2-dev"
1515
const val PACKAGE_NAME = "org.asterisk.zcc.ang"
1616
const val XRAY_CORE_VERSION = "v26.6.1"
17-
const val ANDROID_LIB_XRAY_LITE_VERSION = "v26.6.1"
17+
const val ANDROID_LIB_XRAY_LITE_VERSION = "v26.6.2"
1818
const val HEV_SOCKS5_TUNNEL_VERSION = "2.15.0"
1919
const val TARGET_SDK = 37
2020
const val MIN_SDK = 24

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ androidx-activity-compose = "1.13.0"
44
androidx-navigation3 = "1.1.2"
55
androidx-navigationevent = "1.1.0"
66
androidx-room = "2.8.4"
7-
compose = "1.11.0"
7+
compose = "1.11.1"
88
coil = "3.4.0"
99
kotlin = "2.3.21"
1010
kotlinx-serialization-json = "1.11.0"

0 commit comments

Comments
 (0)