Skip to content

Commit 6beb047

Browse files
IsaacGuiottoIsaac Guiotto dos Santos
andauthored
build!: Downgrade java version to java 8 (MewsSystems#710)
Co-authored-by: Isaac Guiotto dos Santos <isaac.santos@adroitcreations.com>
1 parent 1f90737 commit 6beb047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kiosk_mode/android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ android {
3232
compileSdk = 34
3333

3434
compileOptions {
35-
sourceCompatibility = JavaVersion.VERSION_21
36-
targetCompatibility = JavaVersion.VERSION_21
35+
sourceCompatibility = JavaVersion.VERSION_1_8
36+
targetCompatibility = JavaVersion.VERSION_1_8
3737
}
3838

3939
kotlinOptions {
40-
jvmTarget = JavaVersion.VERSION_21
40+
jvmTarget = JavaVersion.VERSION_1_8
4141
}
4242

4343
sourceSets {

0 commit comments

Comments
 (0)