Skip to content

Commit 95139f9

Browse files
committed
Drops AVD 21, bumps 27 to 29
21 has long been a source of nothing but noise, and I suspect that 29 is the first that actually honors the commands we use to turn of animation. We have at least one test that only fails on 32, but that's not available yet. 30 and 31 are reputed to be [too slow to use](ReactiveCircus/android-emulator-runner#222).
1 parent 4d5d57a commit 95139f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/kotlin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
api-level:
66-
- 21
67-
- 24
66+
- 29
67+
# Unclear that older versions actually honor command to disable animation.
68+
# Newer versions are reputed to be too slow: https://github.com/ReactiveCircus/android-emulator-runner/issues/222
6869
steps:
6970
- uses: actions/checkout@v2
7071
- name: set up JDK 11.0.7

0 commit comments

Comments
 (0)