mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:38:49 +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 {
|
productFlavors {
|
||||||
aosp {
|
aosp {
|
||||||
|
dimension 'flavor'
|
||||||
versionNameSuffix '-aosp'
|
versionNameSuffix '-aosp'
|
||||||
}
|
}
|
||||||
google {
|
google {
|
||||||
|
dimension 'flavor'
|
||||||
versionNameSuffix '-google'
|
versionNameSuffix '-google'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue