Update to Java 21 + hardcode NDK to avoid warnings

This commit is contained in:
Imran Remtulla
2025-05-31 03:57:16 -04:00
parent 8bec3cf053
commit 0a30bf6d8e
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '17'
java-version: '21'
- name: Flutter Doctor
id: flutter_doctor