diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 72b9896..9ca18b0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: gradle - name: Grant execute permission for gradlew