Update firebase device config to use API 24 as min level

Since we recently changed the midSdk level in the app to 24, trying to
run tests on API 23 would do nothing.
This commit is contained in:
Marino Meneghel
2022-05-05 12:47:49 +02:00
parent e8459b7fb4
commit ad3dcff01a
+4 -4
View File
@@ -10,8 +10,8 @@ fullTest:
version: 27
- model: G8142
version: 25
- model: Nexus5X
version: 23
- model: NexusLowRes
version: 24
quickTest:
timeout: 30m
device:
@@ -19,6 +19,6 @@ quickTest:
version: 29
- model: Pixel2
version: 28
- model: Nexus5X
version: 23
- model: NexusLowRes
version: 24