Skip to content

Commit 2b4f66a

Browse files
CopilotGoooler
andauthored
Switch clash-foss submodule default branch to Meta
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com>
1 parent 28b193a commit 2b4f66a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "clash-foss"]
22
path = core/src/foss/golang/clash
33
url = https://github.com/MetaCubeX/mihomo
4-
branch = Alpha
4+
branch = Meta

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ subprojects {
9898
val removeSuffix = (queryConfigProperty("remove.suffix") as? String)?.toBoolean() == true
9999

100100
create("alpha") {
101-
isDefault = true
102101
dimension = flavorDimensionList[0]
103102
if (!removeSuffix) {
104103
versionNameSuffix = ".Alpha"
@@ -116,7 +115,7 @@ subprojects {
116115
}
117116

118117
create("meta") {
119-
118+
isDefault = true
120119
dimension = flavorDimensionList[0]
121120
if (!removeSuffix) {
122121
versionNameSuffix = ".Meta"

0 commit comments

Comments
 (0)