Skip to content

Commit

Permalink
Run on Firebase Test Lab Pixel 4 on API 30 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Jan 23, 2021
1 parent 2476219 commit 624bd9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Device(
}

companion object {
val Pixel4 = Device("flame", 29, "en", "portrait")
val Pixel4 = Device("flame", 30, "en", "portrait")
val Pixel2 = Device("walleye", 28, "en", "portrait")
}
}

0 comments on commit 624bd9e

Please sign in to comment.