mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Explicitly set flavour dimension to "default"
This commit is contained in:
parent
7dea343be6
commit
f824583c3f
2 changed files with 3 additions and 1 deletions
|
@ -125,10 +125,12 @@ android {
|
|||
productFlavors {
|
||||
create("standard") {
|
||||
buildConfigField("Boolean", "INCLUDE_UPDATER", "true")
|
||||
dimension = "default"
|
||||
}
|
||||
create("dev") {
|
||||
resourceConfigurations.clear()
|
||||
resourceConfigurations.add("en")
|
||||
dimension = "default"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue