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 f1341ed commit 7bdb4b5Copy full SHA for 7bdb4b5
.github/workflows/device-tests-android.yml
@@ -58,8 +58,9 @@ jobs:
58
fail-fast: false
59
matrix:
60
tfm: [net9.0]
61
- # We run against both an older and a newer API
62
- api-level: [27, 33]
+ # Must be 34+ for new apps and app updates as of August 31, 2024.
+ # See https://apilevels.com/
63
+ api-level: [34, 36]
64
env:
65
DOTNET_CLI_TELEMETRY_OPTOUT: 1
66
DOTNET_NOLOGO: 1
@@ -91,7 +92,7 @@ jobs:
91
92
with:
93
api-level: ${{ matrix.api-level }}
94
# We don't need the Google APIs, but the default images are not available for 32+
- target: ${{ matrix.api-level >= 32 && 'google_apis' || 'default' }}
95
+ target: google_apis
96
force-avd-creation: false
97
ram-size: 2048M
98
arch: x86_64
0 commit comments