Update .gitea/workflows/buildAndroid.yaml
Some checks failed
Build Android / build (push) Failing after 10m21s

This commit is contained in:
2023-06-25 13:40:41 +02:00
parent de17842b29
commit db586576ec

View File

@@ -9,7 +9,7 @@ jobs:
- name: set up JDK 11 - name: set up JDK 11
uses: actions/setup-java@v3 uses: actions/setup-java@v3
with: with:
java-version: '14' java-version: '11'
distribution: 'temurin' distribution: 'temurin'
cache: gradle cache: gradle
- name: Build the app - name: Build the app