Skip to content

Commit 8cd24f0

Browse files
author
Alain Knaff
committed
Go back to JDK 17. Looks like bouncycastle jdk18on-1.83 is compatible with JDK17 after all...
1 parent ac45555 commit 8cd24f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ android {
2727
}
2828
}
2929
compileOptions {
30-
sourceCompatibility = JavaVersion.VERSION_18
31-
targetCompatibility = JavaVersion.VERSION_18
30+
sourceCompatibility = JavaVersion.VERSION_17
31+
targetCompatibility = JavaVersion.VERSION_17
3232
}
3333
kotlinOptions {
34-
jvmTarget = JavaVersion.VERSION_18
34+
jvmTarget = JavaVersion.VERSION_17
3535
}
3636

3737
lintOptions {

0 commit comments

Comments
 (0)