Skip to content

Commit 89dc5fb

Browse files
authored
Change device model for testlab
Flame (Pixel 4) does not support API 30 any longer (1), so we need to use Redfin (1) According to `gcloud firebase test android models list`
1 parent d1d5b47 commit 89dc5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
firebaseLibrary {
2121
testLab {
2222
enabled = true
23-
device 'model=flame,version=30'
23+
device 'model=redfin,version=30'
2424
}
2525
}
2626

0 commit comments

Comments
 (0)