Skip to content

Commit

Permalink
downgrade android emulator images to API level 30 (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshgngwr authored Jan 7, 2024
1 parent 0e3316f commit a749123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ jobs:
strategy:
matrix:
include:
- android: 32
- android: 30
target: aosp_atd
appVariant: FreeDebug
- android: 32
- android: 30
target: google_atd
appVariant: FullDebug
fail-fast: false
Expand Down

0 comments on commit a749123

Please sign in to comment.