Skip to content

Commit 037d2c0

Browse files
committed
update build workflow JDK from 11 to 17
Android Gradle plugin requires Java 17 to run.
1 parent 1ab7696 commit 037d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/setup-java@v4
4040
with:
4141
distribution: 'temurin'
42-
java-version: '11'
42+
java-version: '17'
4343

4444
- name: Assemble Release APK
4545
run: ./gradlew assembleRelease --stacktrace

0 commit comments

Comments
 (0)