Skip to content

Commit

Permalink
Updated:
Browse files Browse the repository at this point in the history
coroutine gradle

AGP: 8.7.3
  • Loading branch information
Siddhant23 committed Jan 5, 2025
1 parent ab7cdda commit d6f4c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: determine-target
run: |
if [ ${{ matrix.api-level }} -ge 29 ]; then
echo "TARGET=aosp_atd" >> $GITHUB_ENV
echo "TARGET=google_apis" >> $GITHUB_ENV
else
echo "TARGET=google_apis" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit d6f4c0d

Please sign in to comment.