mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-01 21:06:16 +03:00
Chore: filter out premium build if unavailable
This commit is contained in:
parent
2565231867
commit
3920f338f6
1 changed files with 5 additions and 0 deletions
|
@ -149,6 +149,11 @@ subprojects {
|
|||
}
|
||||
}
|
||||
|
||||
variantFilter {
|
||||
ignore = name.startsWith("premium") && !project(":core")
|
||||
.file("src/premium/golang/clash/go.mod").exists()
|
||||
}
|
||||
|
||||
if (isApp) {
|
||||
this as AppExtension
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue