We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771c691 commit 65dc57cCopy full SHA for 65dc57c
1 file changed
build-logic/src/main/kotlin/metro.android.gradle.kts
@@ -38,8 +38,7 @@ pluginManager.withPlugin("com.android.application") {
38
configureCommonAndroid()
39
defaultConfig { targetSdk = 36 }
40
buildTypes {
41
- maybeCreate("release").apply {
42
- signingConfig = signingConfigs.getByName("debug")
+ maybeCreate("debug").apply {
43
matchingFallbacks += listOf("release")
44
}
45
0 commit comments