Add android sdk setup step
Some checks failed
Build / build (push) Failing after 1m23s

This commit is contained in:
Tim Kluge 2025-05-28 15:04:47 +02:00
parent dd8b1c81ea
commit dbfe5352d4

View File

@ -36,6 +36,9 @@ jobs:
distribution: 'temurin'
cache: gradle
- name: Setup Android SDK
uses: android-actions/setup-android@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
@ -57,4 +60,4 @@ jobs:
generateReleaseNotes: true
artifacts: app/build/outputs/apk/release/app-release.apk, app/manifest.json, app/karoo-powerbar.png, powerbar_min.gif, powerbar0.png, powerbar2.png
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}