diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index a7a3f74e..ae57bbba 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'oracle' - java-version: 21 + java-version: 17.0.6 cache: 'gradle' - name: Set up Flutter SDK diff --git a/.github/workflows/android_deploy.yml b/.github/workflows/android_deploy.yml index 5325222e..523e9be5 100644 --- a/.github/workflows/android_deploy.yml +++ b/.github/workflows/android_deploy.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v4 with: distribution: 'oracle' - java-version: 21 + java-version: 17.0.6 cache: 'gradle' - name: Set up Flutter SDK