mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 15:50:00 +00:00
Cleanup flavors
This commit is contained in:
parent
c9ab60eb44
commit
eb8d0b0b46
1 changed files with 2 additions and 15 deletions
|
@ -25,26 +25,13 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
flavorDimensions 'type', 'net'
|
||||
flavorDimensions 'type'
|
||||
productFlavors {
|
||||
mainnet {
|
||||
dimension 'net'
|
||||
}
|
||||
beta {
|
||||
dimension 'net'
|
||||
dimension 'type'
|
||||
applicationIdSuffix '.beta'
|
||||
versionNameSuffix ' (beta)'
|
||||
}
|
||||
devnet {
|
||||
dimension 'net'
|
||||
applicationIdSuffix '.test'
|
||||
versionNameSuffix ' (test)'
|
||||
}
|
||||
alpha {
|
||||
dimension 'type'
|
||||
applicationIdSuffix '.alpha'
|
||||
versionNameSuffix ' (alpha)'
|
||||
}
|
||||
prod {
|
||||
dimension 'type'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue