Skip to content

Commit a9027a3

Browse files
authored
Bump Android API level to 36 in CI (#231)
This is the version recommended by official Flutter docs: https://docs.flutter.dev/platform-integration/android/setup#set-up-tooling
1 parent 011adb3 commit a9027a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
- name: Run flutter test integration_test/webcrypto_test.dart -d android
196196
uses: reactivecircus/android-emulator-runner@v2
197197
with:
198-
api-level: 28
198+
api-level: 36
199199
working-directory: ./example
200200
script: flutter test integration_test/webcrypto_test.dart -d android
201201
linux-coverage:

0 commit comments

Comments
 (0)