1 parent b101706 commit c77be8aCopy full SHA for c77be8a
1 file changed
.github/workflows/android.yml
@@ -12,10 +12,10 @@ jobs:
12
uses: actions/checkout@v3
13
with:
14
submodules: true
15
- - name: Set up JDK 17
16
- uses: actions/setup-java@v3
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
17
18
distribution: 'temurin'
19
- java-version: '17'
+ java-version: '21'
20
- name: Build with Gradle
21
run: ./gradlew buildDebug lintVitalRelease
0 commit comments