set full flavor default
This commit is contained in:
parent
44b8b30637
commit
57afaafa5b
2 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,7 @@ android {
|
||||||
flavorDimensions = ["standard"]
|
flavorDimensions = ["standard"]
|
||||||
productFlavors {
|
productFlavors {
|
||||||
full {
|
full {
|
||||||
|
getIsDefault().set(true)
|
||||||
applicationId "info.nightscout.androidaps"
|
applicationId "info.nightscout.androidaps"
|
||||||
dimension "standard"
|
dimension "standard"
|
||||||
resValue "string", "app_name", "AAPS"
|
resValue "string", "app_name", "AAPS"
|
||||||
|
|
|
@ -3,6 +3,7 @@ android {
|
||||||
flavorDimensions = ["standard"]
|
flavorDimensions = ["standard"]
|
||||||
productFlavors {
|
productFlavors {
|
||||||
full {
|
full {
|
||||||
|
getIsDefault().set(true)
|
||||||
dimension "standard"
|
dimension "standard"
|
||||||
}
|
}
|
||||||
pumpcontrol {
|
pumpcontrol {
|
||||||
|
|
Loading…
Reference in a new issue