mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-22 22:02:25 +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 {
|
productFlavors {
|
||||||
mainnet {
|
|
||||||
dimension 'net'
|
|
||||||
}
|
|
||||||
beta {
|
beta {
|
||||||
dimension 'net'
|
dimension 'type'
|
||||||
applicationIdSuffix '.beta'
|
applicationIdSuffix '.beta'
|
||||||
versionNameSuffix ' (beta)'
|
versionNameSuffix ' (beta)'
|
||||||
}
|
}
|
||||||
devnet {
|
|
||||||
dimension 'net'
|
|
||||||
applicationIdSuffix '.test'
|
|
||||||
versionNameSuffix ' (test)'
|
|
||||||
}
|
|
||||||
alpha {
|
|
||||||
dimension 'type'
|
|
||||||
applicationIdSuffix '.alpha'
|
|
||||||
versionNameSuffix ' (alpha)'
|
|
||||||
}
|
|
||||||
prod {
|
prod {
|
||||||
dimension 'type'
|
dimension 'type'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue