Skip to content

Commit

Permalink
Merge pull request #877 from breez/savage-fix-android-bindings-build
Browse files Browse the repository at this point in the history
Fix Android bindings build
  • Loading branch information
dangeross authored Mar 20, 2024
2 parents bebc008 + 7a232f2 commit 74d2ccb
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 74d2ccb

Please sign in to comment.