Skip to content

Commit 0f59b78

Browse files
committed
Update comment
1 parent 7aefb8e commit 0f59b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/jvm/gradle-test-app/src/androidTest/java/io/bitdrift/gradletestapp/ComposeReplayTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ fun ComposeContentTestRule.setContentWithExplicitRoot(content: @Composable () ->
6363
}
6464
}
6565

66-
// These tests run via github actions using a Nexus 6 API 21 which has a screen size of 1440 x 2560
67-
// emulator -avd Nexus_6_API_21 \
66+
// These tests run via github actions using a Nexus 6 API 23 which has a screen size of 1440 x 2560
67+
// emulator -avd Nexus_6_API_23 \
6868
// -no-window -accel on -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
6969
class ComposeReplayTest {
7070
@get:Rule

0 commit comments

Comments
 (0)