Skip to content

Commit d06f6fa

Browse files
update java 17
1 parent 85eaff7 commit d06f6fa

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up JDK
1616
uses: actions/setup-java@v3.13.0
1717
with:
18-
java-version: '11'
18+
java-version: '17'
1919
distribution: 'temurin'
2020

2121
- name: Make gradlew executable

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ android {
3131
}
3232
}
3333
compileOptions {
34-
sourceCompatibility JavaVersion.VERSION_11
35-
targetCompatibility JavaVersion.VERSION_11
34+
sourceCompatibility JavaVersion.VERSION_17
35+
targetCompatibility JavaVersion.VERSION_17
3636
}
3737
kotlinOptions {
38-
jvmTarget = '11'
38+
jvmTarget = '17'
3939
}
4040
buildFeatures {
4141
viewBinding = true

0 commit comments

Comments
 (0)