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