Skip to content

Commit

Permalink
Update google_mobile_ads.yaml to use java 17
Browse files Browse the repository at this point in the history
In preparation for updating the gradle plugin used by the android side.
  • Loading branch information
LTPhantom authored Oct 9, 2023
1 parent 87bceca commit 05fa2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/google_mobile_ads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
- name: "Install Flutter"
run: ./.github/workflows/scripts/install-flutter.sh stable
- name: "Install Tools"
Expand Down

0 comments on commit 05fa2a1

Please sign in to comment.