mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
build.gradle: Declare flavor dimension.
This commit is contained in:
parent
363e9bcf03
commit
b390fe538c
1 changed files with 3 additions and 0 deletions
|
@ -49,11 +49,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
flavorDimensions 'flavor'
|
||||
productFlavors {
|
||||
aosp {
|
||||
dimension 'flavor'
|
||||
versionNameSuffix '-aosp'
|
||||
}
|
||||
google {
|
||||
dimension 'flavor'
|
||||
versionNameSuffix '-google'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue