Implement API builds down to API 28

This commit is contained in:
Halim Qarroum
2023-02-25 21:35:05 +00:00
parent cded7b58d1
commit a3e44681b4
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
build-apis:
strategy:
matrix:
version: [33, 32, 31, 30, 29, 28, 27, 26, 25, 24]
version: [33, 32, 31, 30, 29, 28]
image: [{ name: 'google_apis', suffix: '' }, { name: 'google_apis_playstore', suffix: '-playstore' }]
runs-on: ubuntu-latest
steps: