Skip to content

Commit

Permalink
Revert "build!: Downgrade java version to java 8 (#710)"
Browse files Browse the repository at this point in the history
This reverts commit 6beb047.
  • Loading branch information
witwash authored Jan 10, 2025
1 parent 6beb047 commit 485fdfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kiosk_mode/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ android {
compileSdk = 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8
jvmTarget = JavaVersion.VERSION_21
}

sourceSets {
Expand Down

0 comments on commit 485fdfb

Please sign in to comment.