Skip to content

Commit 780cc75

Browse files
authored
Update JDK version to 25 in Android workflow
1 parent 9c712a5 commit 780cc75

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'temurin'
20-
java-version: '18'
21-
cache: 'gradle'
20+
java-version: '25'
2221
- name: Setup Android SDK
2322
uses: android-actions/setup-android@v3
2423
- name: Build

0 commit comments

Comments
 (0)