From ef9810cc51294e06e0535d6f83d5802d49b1e03b Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 16 Oct 2024 11:06:33 +0200 Subject: [PATCH 1/2] Upgrade Uniffi version --- Cargo.toml | 4 ++-- bindings/uniffi-bindgen/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48bc64cbb..e56faefb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock"] } tokio = { version = "1.37", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] } esplora-client = { version = "0.9", default-features = false } libc = "0.2" -uniffi = { version = "0.26.0", features = ["build"], optional = true } +uniffi = { version = "0.27.3", features = ["build"], optional = true } serde = { version = "1.0.210", default-features = false, features = ["std", "derive"] } serde_json = { version = "1.0.128", default-features = false, features = ["std"] } @@ -101,7 +101,7 @@ electrsd = { version = "0.29.0", features = ["legacy"] } clightningrpc = { version = "0.3.0-beta.8", default-features = false } [build-dependencies] -uniffi = { version = "0.26.0", features = ["build"], optional = true } +uniffi = { version = "0.27.3", features = ["build"], optional = true } [profile.release] panic = "abort" diff --git a/bindings/uniffi-bindgen/Cargo.toml b/bindings/uniffi-bindgen/Cargo.toml index b823f397d..9a4c9d5da 100644 --- a/bindings/uniffi-bindgen/Cargo.toml +++ b/bindings/uniffi-bindgen/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -uniffi = { version = "0.26.0", features = ["cli"] } +uniffi = { version = "0.27.3", features = ["cli"] } From d0a14d2e0f263beabe10953f71ee6a2852f17239 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 16 Oct 2024 11:20:37 +0200 Subject: [PATCH 2/2] Bump kotlin-android `compileSdk` to 34 --- bindings/kotlin/ldk-node-android/lib/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/kotlin/ldk-node-android/lib/build.gradle.kts b/bindings/kotlin/ldk-node-android/lib/build.gradle.kts index 5e6775cdc..69d126b54 100644 --- a/bindings/kotlin/ldk-node-android/lib/build.gradle.kts +++ b/bindings/kotlin/ldk-node-android/lib/build.gradle.kts @@ -16,7 +16,7 @@ repositories { } android { - compileSdk = 33 + compileSdk = 34 defaultConfig { minSdk = 21