Skip to content

Commit ca735a1

Browse files
authored
Merge efb6e0e into 59930cf
2 parents 59930cf + efb6e0e commit ca735a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/firebase-firestore.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tasks.withType(Test) {
100100

101101
android.libraryVariants.all { variant ->
102102
if (findProperty('targetBackend')) {
103-
variant.buildConfigField("String", "TARGET_BACKEND", property("targetBackend"))
103+
variant.buildConfigField("String", "TARGET_BACKEND", "\"${property("targetBackend")}\"")
104104
} else {
105105
// By default set the target backend to 'emulator'
106106
variant.buildConfigField("String", "TARGET_BACKEND", "\"emulator\"")

0 commit comments

Comments
 (0)