Skip to content

Commit

Permalink
attempt to fix java class version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thebehera committed Jul 20, 2024
1 parent 8af448e commit 19a4e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

kotlin {
jvmToolchain(19)
jvmToolchain(8)
androidTarget {
publishLibraryVariants("release")
}
Expand Down

0 comments on commit 19a4e7c

Please sign in to comment.