Install build-tools 29.0.3

This commit is contained in:
arkon
2024-01-13 14:01:49 -05:00
parent e63a52b8e3
commit a9c7cbf2c4
2 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Setup Android SDK
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;29.0.3"
- name: Set up JDK
uses: actions/setup-java@v4
with: