diff --git a/.github/workflows/ci-android.yml b/.github/workflows/ci-android.yml index a6150b8..0f9c309 100644 --- a/.github/workflows/ci-android.yml +++ b/.github/workflows/ci-android.yml @@ -19,6 +19,7 @@ jobs: - name: Set up JDK and Gradle cache uses: actions/setup-java@v3 with: + distribution: 'temurin' java-version: '17' - name: Setup Android SDK