diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c93434b296..dd4e8a37dd 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -28,10 +28,10 @@ jobs: - uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.branch }} - - name: set up JDK 17 + - name: set up JDK 21 uses: actions/setup-java@v5 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: gradle