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 7c24653 commit c06ec54Copy full SHA for c06ec54
firebase-sessions/test-app/test-app.gradle.kts
@@ -38,6 +38,7 @@ android {
38
39
defaultConfig {
40
applicationId = "com.google.firebase.testing.sessions"
41
+ // applicationIdSuffix = "app3"
42
minSdk = minSdkVersion
43
targetSdk = targetSdkVersion
44
versionCode = 1
@@ -55,6 +56,9 @@ android {
55
56
}
57
58
buildTypes {
59
+ release {
60
+ signingConfig = signingConfigs["debug"]
61
+ }
62
create("benchmark") {
63
initWith(buildTypes["release"])
64
signingConfig = signingConfigs["debug"]
0 commit comments