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 031a7d9 commit 5a3de14Copy full SHA for 5a3de14
transport/transport-runtime/transport-runtime.gradle
@@ -54,16 +54,13 @@ firebaseLibrary {
54
testLab {
55
enabled = true
56
57
- device 'model=walleye,version=28' // Pixel2
+ device 'model=blueline,version=28' // Pixel3
58
device 'model=walleye,version=27' // Pixel2
59
- device 'model=victara,version=19' // Moto X
60
device 'model=Nexus4,version=22'
61
device 'model=Nexus7,version=21'
62
device 'model=Nexus4,version=19'
63
device 'model=starqlteue,version=26' // Galaxy S9
64
- device 'model=m0,version=18' // Galaxy S3
65
- device 'model=hero2lte,version=23' // Galaxy S7
66
- device 'model=htc_m8,version=19' // HTC One (M8)
+ device 'model=harpia,version=23' // Moto G Play
67
}
68
69
0 commit comments