Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov authored Dec 29, 2023
1 parent 7e4283a commit 22d6a57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@ jobs:
fail-fast: false
matrix:
api-level: [23, 29, 34]
target: [aosp_atd]
include:
- api-level: 23
target: default
- api-level: 29
target: google_apis
- api-level: 34
target: aosp_atd

steps:
- name: Checkout source code
Expand Down

0 comments on commit 22d6a57

Please sign in to comment.