chore: Explicitly set flavour dimension to "default"

This commit is contained in:
Ahmad Ansori Palembani 2024-06-27 20:49:58 +07:00
parent 7dea343be6
commit f824583c3f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 3 additions and 1 deletions

View file

@ -125,10 +125,12 @@ android {
productFlavors {
create("standard") {
buildConfigField("Boolean", "INCLUDE_UPDATER", "true")
dimension = "default"
}
create("dev") {
resourceConfigurations.clear()
resourceConfigurations.add("en")
dimension = "default"
}
}