diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 420a672..d23a164 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,6 +16,15 @@ android { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } + flavorDimensions += "device" + productFlavors { + create("phone") { + dimension = "device" + applicationIdSuffix = ".phone" + versionNameSuffix = "-phone" + } + } + buildTypes { release { isMinifyEnabled = false