Skip to content

Commit

Permalink
VERSION_11
Browse files Browse the repository at this point in the history
  • Loading branch information
quibbler01 committed May 9, 2023
1 parent 7dbc261 commit 295b5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
kotlinOptions {
jvmTarget = '1.8'
Expand Down

0 comments on commit 295b5a5

Please sign in to comment.