Skip to content

Commit 75508b9

Browse files
committed
Update crashlytics and transport runtime too.
1 parent 1c4bfe1 commit 75508b9

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

firebase-crashlytics/firebase-crashlytics.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ firebaseLibrary {
2121
libraryGroup "crashlytics"
2222
testLab {
2323
enabled = true
24-
device 'model=redfin,version=30'
24+
device 'model=panther,version=33'
2525
}
2626
}
2727

transport/transport-runtime/transport-runtime.gradle

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,9 @@ firebaseLibrary {
5454
testLab {
5555
enabled = true
5656

57-
device 'model=blueline,version=28' // Pixel3
58-
device 'model=walleye,version=27' // Pixel2
59-
device 'model=Nexus4,version=22'
60-
device 'model=Nexus7,version=21'
61-
device 'model=Nexus4,version=19'
62-
device 'model=starqlteue,version=26' // Galaxy S9
63-
device 'model=harpia,version=23' // Moto G Play
57+
device 'model=panther,version=33' // Pixel7
58+
device 'model=redfin,version=30' // Pixel5
59+
device 'model=x1q,version=29'
6460
}
6561
}
6662

0 commit comments

Comments
 (0)