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 7eb5b87 commit c6f6c38Copy full SHA for c6f6c38
firestore/integration_test_internal/build.gradle
@@ -21,6 +21,9 @@ buildscript {
21
}
22
dependencies {
23
classpath 'com.android.tools.build:gradle:7.4.2'
24
+ // r8 on this version of the Android tools has a bug,
25
+ // so specify a different version to use.
26
+ classpath 'com.android.tools:r8:8.3.37'
27
classpath 'com.google.gms:google-services:4.4.1'
28
29
0 commit comments