Skip to content

Commit bdf89ce

Browse files
committed
Update Firebase Test Lab devices
1 parent 805e1d5 commit bdf89ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defaults: &defaults
33
working_directory: ~/root/project
44
resource_class: large
55
docker:
6-
- image: cimg/android:2023.04.1
6+
- image: cimg/android:2025.09.1
77
environment:
88
GRADLE_OPTS: -Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dorg.gradle.daemon=false -Dorg.gradle.caching=true -Dorg.gradle.configureondemand=true -Dkotlin.compiler.execution.strategy=in-process -Dkotlin.incremental=false
99

@@ -68,8 +68,8 @@ jobs:
6868
--test instrumentation/core/build/outputs/apk/androidTest/debug/core-debug-androidTest.apk \
6969
--environment-variables runnerBuilder=de.mannodermaus.junit5.AndroidJUnit5Builder \
7070
--test-runner-class androidx.test.runner.AndroidJUnitRunner \
71-
--device model=redfin,version=30,locale=en_US,orientation=portrait \
72-
--device model=oriole,version=33,locale=en_US,orientation=portrait \
71+
--device model=pa3q,version=35,locale=en_US,orientation=portrait \
72+
--device model=tokay,version=36,locale=en_US,orientation=portrait \
7373
--results-bucket cloud-test-${GOOGLE_PROJECT_ID} \
7474
--timeout 15m
7575
- run:

0 commit comments

Comments
 (0)