Skip to content

Commit 282721c

Browse files
authored
Enable device test for bandwagoner. (#1031)
1 parent 2b83eea commit 282721c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firebase-config/bandwagoner/bandwagoner.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ android {
2222
lintOptions {
2323
abortOnError false
2424
}
25+
testBuildType 'release'
26+
2527
defaultConfig {
2628
applicationId "com.googletest.firebase.remoteconfig.bandwagoner"
2729
minSdkVersion 16
@@ -41,6 +43,7 @@ android {
4143
release {
4244
minifyEnabled false
4345
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
46+
signingConfig debug.signingConfig
4447
}
4548
}
4649

0 commit comments

Comments
 (0)