mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 15:52:17 +08:00
Improve: add package suffix for flavor 'foss'
This commit is contained in:
parent
0b69bf735e
commit
0338058495
|
@ -41,6 +41,7 @@ android {
|
|||
create("foss") {
|
||||
dimension = "foss"
|
||||
versionNameSuffix = ".foss"
|
||||
applicationIdSuffix = ".foss"
|
||||
}
|
||||
create("premium") {
|
||||
dimension = "premium"
|
||||
|
|
Loading…
Reference in New Issue
Block a user