Skip to content

Commit

Permalink
Fix jvm target compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dangeross committed Mar 20, 2024
1 parent f02e3e8 commit 7a232f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/sdk-bindings/bindings-android/lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ android {
consumerProguardFiles("consumer-rules.pro")
}

kotlinOptions {
jvmTarget = "1.8"
}

buildTypes {
getByName("release") {
@Suppress("UnstableApiUsage")
Expand Down

0 comments on commit 7a232f2

Please sign in to comment.