This commit is contained in:
2dust
2024-10-17 10:59:50 +08:00
parent 5ffc5ec502
commit 5daef71147
3 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ android {
applicationId = "com.v2ray.ang"
minSdk = 21
targetSdk = 34
versionCode = 601
versionName = "1.9.7"
versionCode = 602
versionName = "1.9.8"
multiDexEnabled = true
splits {
abi {
@@ -1,40 +1,40 @@
[
{
"remarks": "屏蔽 QUIC",
"remarks": "阻断udp443",
"outboundTag": "block",
"port": "443",
"network": "udp"
},
{
"remarks": "屏蔽广告",
"remarks": "阻断广告",
"outboundTag": "block",
"domain": [
"geosite:category-ads-all"
]
},
{
"remarks": "局域网 IP 规则",
"remarks": "绕过局域网IP",
"outboundTag": "direct",
"ip": [
"geoip:private"
]
},
{
"remarks": "局域网 域名规则",
"remarks": "绕过局域网域名",
"outboundTag": "direct",
"domain": [
"geosite:private"
]
},
{
"remarks": "中国 IP 规则",
"remarks": "绕过中国IP",
"outboundTag": "direct",
"ip": [
"geoip:cn"
]
},
{
"remarks": "中国 域名规则",
"remarks": "绕过中国域名",
"outboundTag": "direct",
"domain": [
"geosite:cn",
@@ -42,7 +42,7 @@
]
},
{
"remarks": "Google CN 规则",
"remarks": "Google CN",
"outboundTag": "proxy",
"domain": [
"domain:googleapis.cn",
+3 -3
View File
@@ -1,18 +1,18 @@
[versions]
activityKtx = "1.9.2"
activityKtx = "1.9.3"
appcompat = "1.7.0"
cardview = "1.0.0"
constraintlayout = "2.1.4"
core = "3.5.3"
editorkit = "2.9.0"
flexbox = "3.0.0"
fragmentKtx = "1.8.3"
fragmentKtx = "1.8.4"
gson = "2.11.0"
junit = "4.13.2"
kotlinReflect = "2.0.20"
kotlinxCoroutinesCore = "1.9.0"
legacySupportV4 = "1.0.0"
lifecycleViewmodelKtx = "2.8.5"
lifecycleViewmodelKtx = "2.8.6"
material = "1.12.0"
mmkvStatic = "1.3.9"
multidex = "2.0.1"