Update build-apk workflow to use java 21

This commit is contained in:
advplyr 2025-04-17 17:45:22 -05:00
parent 6e1eee48f0
commit e788f8767a

View file

@ -25,7 +25,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- name: install dependencies
run: npm ci