Commit 5daef71 1 parent 5ffc5ec commit 5daef71 Copy full SHA for 5daef71
File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ android {
11
11
applicationId = " com.v2ray.ang"
12
12
minSdk = 21
13
13
targetSdk = 34
14
- versionCode = 601
15
- versionName = " 1.9.7 "
14
+ versionCode = 602
15
+ versionName = " 1.9.8 "
16
16
multiDexEnabled = true
17
17
splits {
18
18
abi {
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
- "remarks": "屏蔽 QUIC ",
3
+ "remarks": "阻断udp443 ",
4
4
"outboundTag": "block",
5
5
"port": "443",
6
6
"network": "udp"
7
7
},
8
8
{
9
- "remarks": "屏蔽广告 ",
9
+ "remarks": "阻断广告 ",
10
10
"outboundTag": "block",
11
11
"domain": [
12
12
"geosite:category-ads-all"
13
13
]
14
14
},
15
15
{
16
- "remarks": "局域网 IP 规则 ",
16
+ "remarks": "绕过局域网IP ",
17
17
"outboundTag": "direct",
18
18
"ip": [
19
19
"geoip:private"
20
20
]
21
21
},
22
22
{
23
- "remarks": "局域网 域名规则 ",
23
+ "remarks": "绕过局域网域名 ",
24
24
"outboundTag": "direct",
25
25
"domain": [
26
26
"geosite:private"
27
27
]
28
28
},
29
29
{
30
- "remarks": "中国 IP 规则 ",
30
+ "remarks": "绕过中国IP ",
31
31
"outboundTag": "direct",
32
32
"ip": [
33
33
"geoip:cn"
34
34
]
35
35
},
36
36
{
37
- "remarks": "中国 域名规则 ",
37
+ "remarks": "绕过中国域名 ",
38
38
"outboundTag": "direct",
39
39
"domain": [
40
40
"geosite:cn",
41
41
"geosite:geolocation-cn"
42
42
]
43
43
},
44
44
{
45
- "remarks": "Google CN 规则 ",
45
+ "remarks": "Google CN",
46
46
"outboundTag": "proxy",
47
47
"domain": [
48
48
"domain:googleapis.cn",
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- activityKtx = " 1.9.2 "
2
+ activityKtx = " 1.9.3 "
3
3
appcompat = " 1.7.0"
4
4
cardview = " 1.0.0"
5
5
constraintlayout = " 2.1.4"
6
6
core = " 3.5.3"
7
7
editorkit = " 2.9.0"
8
8
flexbox = " 3.0.0"
9
- fragmentKtx = " 1.8.3 "
9
+ fragmentKtx = " 1.8.4 "
10
10
gson = " 2.11.0"
11
11
junit = " 4.13.2"
12
12
kotlinReflect = " 2.0.20"
13
13
kotlinxCoroutinesCore = " 1.9.0"
14
14
legacySupportV4 = " 1.0.0"
15
- lifecycleViewmodelKtx = " 2.8.5 "
15
+ lifecycleViewmodelKtx = " 2.8.6 "
16
16
material = " 1.12.0"
17
17
mmkvStatic = " 1.3.9"
18
18
multidex = " 2.0.1"
You can’t perform that action at this time.
0 commit comments