diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 59b8432..a4457ee 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -44,10 +44,16 @@ jobs: android: runs-on: ubuntu-latest - container: - image: ghcr.io/cirruslabs/android-sdk:35 steps: - uses: actions/checkout@v4 + - uses: actions/setup-java@v4 + with: + distribution: "temurin" + java-version: "17" + - uses: android-actions/setup-android@v3 + - uses: gradle/actions/setup-gradle@v4 + with: + gradle-version: "8.8" - name: Prepare Firebase configuration if: "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 != '' }}" run: echo "${{ secrets.GOOGLE_SERVICES_JSON_BASE64 }}" | base64 -d > android/app/google-services.json