diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3604cfc..dbd826f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -15,7 +15,8 @@ jobs: - name: set up JDK uses: actions/setup-java@v1 with: - java-version: 11 + distribution: adopt + java-version: 17 - name: Cache Gradle and wrapper uses: actions/cache@v2 @@ -30,4 +31,4 @@ jobs: run: chmod +x ./gradlew - name: Build with Gradle - run: ./gradlew build \ No newline at end of file + run: ./gradlew build