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.
2 parents a603f73 + 6556f96 commit d5519c1Copy full SHA for d5519c1
firebase-installations/CHANGELOG.md
@@ -1,4 +1,5 @@
1
# Unreleased
2
+* [changed] Internal changes to improve startup time
3
4
# 17.1.0
5
* [changed] Internal changes to ensure functionality alignment with other
transport/transport-runtime/transport-runtime.gradle
@@ -54,7 +54,9 @@ firebaseLibrary {
54
testLab {
55
enabled = true
56
57
- device 'model=blueline,version=28' // Pixel3
+ // TODO(yifany): Blueline-28 was added in #4558, but has never passed.
58
+ // Disabling for now. Re-enable later if needed.
59
+ // device 'model=blueline,version=28' // Pixel3
60
device 'model=walleye,version=27' // Pixel2
61
device 'model=Nexus4,version=22'
62
device 'model=Nexus7,version=21'
0 commit comments