diff --git a/.github/workflows/android_build.yml b/.github/workflows/android_build.yml index d11e1f5..65299fd 100644 --- a/.github/workflows/android_build.yml +++ b/.github/workflows/android_build.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Java for gradlew uses: actions/setup-java@v3 with: - distribution: 'temurin' + distribution: 'oracle' java-version: 11 - name: Decode Keystore and create keystore.properties