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.
1 parent 7aefb8e commit 0f59b78Copy full SHA for 0f59b78
platform/jvm/gradle-test-app/src/androidTest/java/io/bitdrift/gradletestapp/ComposeReplayTest.kt
@@ -63,8 +63,8 @@ fun ComposeContentTestRule.setContentWithExplicitRoot(content: @Composable () ->
63
}
64
65
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 \
+// These tests run via github actions using a Nexus 6 API 23 which has a screen size of 1440 x 2560
+// emulator -avd Nexus_6_API_23 \
68
// -no-window -accel on -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
69
class ComposeReplayTest {
70
@get:Rule
0 commit comments