Skip to content

Commit c6f6c38

Browse files
committed
Update firestore internal test
1 parent 7eb5b87 commit c6f6c38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

firestore/integration_test_internal/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121
}
2222
dependencies {
2323
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'
2427
classpath 'com.google.gms:google-services:4.4.1'
2528
}
2629
}

0 commit comments

Comments
 (0)