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 d9b156b commit 7bb6fcfCopy full SHA for 7bb6fcf
firebase-sessions/test-app/test-app.gradle.kts
@@ -56,9 +56,7 @@ android {
56
}
57
58
buildTypes {
59
- release {
60
- signingConfig = signingConfigs["debug"]
61
- }
+ release { signingConfig = signingConfigs["debug"] }
62
create("benchmark") {
63
initWith(buildTypes["release"])
64
signingConfig = signingConfigs["debug"]
0 commit comments