Skip to content

Commit 7282dab

Browse files
committed
chore: upgrade to java 17
1 parent 125bb7f commit 7282dab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ android {
4141
ndkVersion = "27.0.12077973"
4242

4343
compileOptions {
44-
sourceCompatibility = JavaVersion.VERSION_11
45-
targetCompatibility = JavaVersion.VERSION_11
44+
sourceCompatibility = JavaVersion.VERSION_17
45+
targetCompatibility = JavaVersion.VERSION_17
4646
}
4747

4848
kotlinOptions {
49-
jvmTarget = JavaVersion.VERSION_11
49+
jvmTarget = JavaVersion.VERSION_17
5050
}
5151

5252
dependenciesInfo {

0 commit comments

Comments
 (0)