diff --git a/.github/workflows/compile_apk.yml b/.github/workflows/compile_apk.yml index 703ebb16..42d188df 100644 --- a/.github/workflows/compile_apk.yml +++ b/.github/workflows/compile_apk.yml @@ -50,11 +50,11 @@ jobs: ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }} run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Install Flutter uses: subosito/flutter-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5553ab8f..71c18375 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,11 +50,11 @@ jobs: ENCODED_STRING: ${{ secrets.ANDROID_KEY_STORE }} run: mkdir secrets && echo $ENCODED_STRING | base64 -di > secrets/android-keystore.jks - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v4 with: distribution: 'temurin' - java-version: '11' + java-version: '17' - name: Install Flutter uses: subosito/flutter-action@v2