mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-25 17:43:58 +03:00
chore: bump version
This commit is contained in:
parent
d083aea38e
commit
353a551870
@ -20,7 +20,7 @@ val golangSource = file("src/main/golang/native")
|
||||
golang {
|
||||
sourceSets {
|
||||
create("meta-alpha") {
|
||||
tags.set(listOf("foss"))
|
||||
tags.set(listOf("foss","with_gvisor"))
|
||||
srcDir.set(file("src/foss/golang"))
|
||||
}
|
||||
all {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8138f2d7a7d6896b19b7290868c302aa4159df1a
|
||||
Subproject commit 138326593778a0f57a4f8b0432ec734e025907d6
|
@ -29,6 +29,7 @@ data class Proxy(
|
||||
Vless(false),
|
||||
Trojan(false),
|
||||
Hysteria(false),
|
||||
WireGuard(false),
|
||||
|
||||
|
||||
Relay(true),
|
||||
|
Loading…
x
Reference in New Issue
Block a user