Skip to content

Commit 5daef71

Browse files
committed
up 1.9.8
1 parent 5ffc5ec commit 5daef71

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

V2rayNG/app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId = "com.v2ray.ang"
1212
minSdk = 21
1313
targetSdk = 34
14-
versionCode = 601
15-
versionName = "1.9.7"
14+
versionCode = 602
15+
versionName = "1.9.8"
1616
multiDexEnabled = true
1717
splits {
1818
abi {

V2rayNG/app/src/main/assets/custom_routing_white

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
11
[
22
{
3-
"remarks": "屏蔽 QUIC",
3+
"remarks": "阻断udp443",
44
"outboundTag": "block",
55
"port": "443",
66
"network": "udp"
77
},
88
{
9-
"remarks": "屏蔽广告",
9+
"remarks": "阻断广告",
1010
"outboundTag": "block",
1111
"domain": [
1212
"geosite:category-ads-all"
1313
]
1414
},
1515
{
16-
"remarks": "局域网 IP 规则",
16+
"remarks": "绕过局域网IP",
1717
"outboundTag": "direct",
1818
"ip": [
1919
"geoip:private"
2020
]
2121
},
2222
{
23-
"remarks": "局域网 域名规则",
23+
"remarks": "绕过局域网域名",
2424
"outboundTag": "direct",
2525
"domain": [
2626
"geosite:private"
2727
]
2828
},
2929
{
30-
"remarks": "中国 IP 规则",
30+
"remarks": "绕过中国IP",
3131
"outboundTag": "direct",
3232
"ip": [
3333
"geoip:cn"
3434
]
3535
},
3636
{
37-
"remarks": "中国 域名规则",
37+
"remarks": "绕过中国域名",
3838
"outboundTag": "direct",
3939
"domain": [
4040
"geosite:cn",
4141
"geosite:geolocation-cn"
4242
]
4343
},
4444
{
45-
"remarks": "Google CN 规则",
45+
"remarks": "Google CN",
4646
"outboundTag": "proxy",
4747
"domain": [
4848
"domain:googleapis.cn",

V2rayNG/gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2-
activityKtx = "1.9.2"
2+
activityKtx = "1.9.3"
33
appcompat = "1.7.0"
44
cardview = "1.0.0"
55
constraintlayout = "2.1.4"
66
core = "3.5.3"
77
editorkit = "2.9.0"
88
flexbox = "3.0.0"
9-
fragmentKtx = "1.8.3"
9+
fragmentKtx = "1.8.4"
1010
gson = "2.11.0"
1111
junit = "4.13.2"
1212
kotlinReflect = "2.0.20"
1313
kotlinxCoroutinesCore = "1.9.0"
1414
legacySupportV4 = "1.0.0"
15-
lifecycleViewmodelKtx = "2.8.5"
15+
lifecycleViewmodelKtx = "2.8.6"
1616
material = "1.12.0"
1717
mmkvStatic = "1.3.9"
1818
multidex = "2.0.1"

0 commit comments

Comments
 (0)