Commit 7988e85
authored
Downgrade com.google.gms:google-services back to 4.3.15, since 4.4.2 appear to break firestore
The Firestore build error is
```
firestore/src/androidTest/java/com/google/firebase/firestore/testutil/prod_provider/FirestoreProvider.java:39: error: cannot find symbol
return context.getString(R.string.project_id);
^
symbol: variable string
location: class R
```1 parent 0e082b2 commit 7988e85
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments