mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24: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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
alias(androidx.plugins.library)
|
||||
alias(kotlinx.plugins.multiplatform)
|
||||
alias(kotlinx.plugins.serialization)
|
||||
alias(androidx.plugins.library)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue