Skip to content

Commit 94f3ed6

Browse files
author
Peter Bryant
committed
📌 Set Java version to 11
1 parent 5c4d011 commit 94f3ed6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compose/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ android {
3838
}
3939

4040
compileOptions {
41-
sourceCompatibility JavaVersion.VERSION_1_8
42-
targetCompatibility JavaVersion.VERSION_1_8
41+
sourceCompatibility JavaVersion.VERSION_11
42+
targetCompatibility JavaVersion.VERSION_11
4343
}
4444

4545
kotlinOptions {

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ publishing {
1717
}
1818

1919
java {
20-
sourceCompatibility = JavaVersion.VERSION_1_7
21-
targetCompatibility = JavaVersion.VERSION_1_7
20+
sourceCompatibility = JavaVersion.VERSION_11
21+
targetCompatibility = JavaVersion.VERSION_11
2222
}
2323

2424
dependencies {

0 commit comments

Comments
 (0)