Skip to content

Commit

Permalink
chore: Update Android SDK version and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent 63e5cf7 commit 64356c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
distribution: "temurin"
java-version: "17"

- name: Set Up Android SDK
uses: systemsetup/android-sdk-action@v1
with:
sdk-version: "35.0.0" # Install specific SDK version
build-tools: "35.0.0" # Install specific build tools version

- name: Accept Android SDK Licenses
run: yes | sdkmanager --licenses

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit 64356c6

Please sign in to comment.