mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-26 10:03:59 +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 {
|
golang {
|
||||||
sourceSets {
|
sourceSets {
|
||||||
create("meta-alpha") {
|
create("meta-alpha") {
|
||||||
tags.set(listOf("foss"))
|
tags.set(listOf("foss","with_gvisor"))
|
||||||
srcDir.set(file("src/foss/golang"))
|
srcDir.set(file("src/foss/golang"))
|
||||||
}
|
}
|
||||||
all {
|
all {
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8138f2d7a7d6896b19b7290868c302aa4159df1a
|
Subproject commit 138326593778a0f57a4f8b0432ec734e025907d6
|
@ -29,6 +29,7 @@ data class Proxy(
|
|||||||
Vless(false),
|
Vless(false),
|
||||||
Trojan(false),
|
Trojan(false),
|
||||||
Hysteria(false),
|
Hysteria(false),
|
||||||
|
WireGuard(false),
|
||||||
|
|
||||||
|
|
||||||
Relay(true),
|
Relay(true),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user