diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4f721443..77bf4bce 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -73,7 +73,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: 'adopt' - java-version: '11' + java-version: '18' - name: Build and Test uses: reactivecircus/android-emulator-runner@v2