Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharlottes authored Oct 18, 2024
1 parent add4243 commit 237df6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 16
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 16
- name: Setup Android SDK Tools
uses: android-actions/setup-android@v3
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- name: build-tools
run: sdkmanager "build-tools;29.0.3"
- name: Add Android SDK to PATH
Expand Down

0 comments on commit 237df6f

Please sign in to comment.