Update build-release-apk.yml

This commit is contained in:
Marcos Rodriguez Vélez 2024-07-18 20:50:26 -04:00 committed by GitHub
parent 3712b2cca5
commit 53e398a974
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,10 +31,10 @@ jobs:
${{ runner.os }}-npm-
- name: Use specific Java version for sdkmanager to work
uses: actions/setup-java@v4
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '11'
cache: 'gradle'
- name: Install node_modules