Skip to content

Commit 175841b

Browse files
committed
core: bump Xray-core to v26.6.1
1 parent 9f9568f commit 175841b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/assets/aboutlibraries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
{
1717
"uniqueId": "github:2dust/AndroidLibXrayLite",
18-
"artifactVersion": "v26.5.19",
18+
"artifactVersion": "v26.6.1",
1919
"name": "AndroidLibXrayLite",
2020
"description": "Android AAR wrapper for Xray-core, built with gomobile.",
2121
"website": "https://github.com/2dust/AndroidLibXrayLite",
@@ -262,7 +262,7 @@
262262
},
263263
{
264264
"uniqueId": "github:XTLS/Xray-core",
265-
"artifactVersion": "v26.5.9",
265+
"artifactVersion": "v26.6.1",
266266
"name": "xray-core",
267267
"description": "An open platform for proxy and anti-censorship networking.",
268268
"website": "https://github.com/XTLS/Xray-core",

buildSrc/src/main/kotlin/BuildConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ object ProjectConfig {
1313
const val PROJECT_NAME = "AsteriskNG"
1414
const val VERSION_NAME = "1.2.1-dev"
1515
const val PACKAGE_NAME = "org.asterisk.zcc.ang"
16-
const val XRAY_CORE_VERSION = "v26.5.9"
17-
const val ANDROID_LIB_XRAY_LITE_VERSION = "v26.5.19"
16+
const val XRAY_CORE_VERSION = "v26.6.1"
17+
const val ANDROID_LIB_XRAY_LITE_VERSION = "v26.6.1"
1818
const val HEV_SOCKS5_TUNNEL_VERSION = "2.15.0"
1919
const val TARGET_SDK = 37
2020
const val MIN_SDK = 24

0 commit comments

Comments
 (0)