Skip to content

Commit

Permalink
Use the full Google APIs with Playstore images on API levels 24+
Browse files Browse the repository at this point in the history
The play store and Google services might be required for full testing
of the Google Maps embedded in the app.
  • Loading branch information
penguin359 committed Jan 5, 2022
1 parent 3b166f1 commit 64cd258
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,16 @@ jobs:
fail-fast: false
matrix:
api-level: [ 15, 21, 24, 31 ]
target: [ default, google_apis ]
target: [ default, google_apis, google_apis_playstore ]
exclude:
- api-level: 30
target: default
- api-level: 15
target: google_apis_playstore
- api-level: 21
target: google_apis_playstore
- api-level: 24
target: google_apis
- api-level: 31
target: google_apis

steps:
- name: Checkout project
Expand Down

0 comments on commit 64cd258

Please sign in to comment.