From ce5f63ae3cbf1941a2c594b0bc80ad9ea1abe969 Mon Sep 17 00:00:00 2001 From: lamafab <42901763+lamafab@users.noreply.github.com> Date: Thu, 7 Sep 2023 22:29:18 +0000 Subject: [PATCH] bump wallet-core-kotlin --- samples/kmp/shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/kmp/shared/build.gradle.kts b/samples/kmp/shared/build.gradle.kts index 998bc3d2929..8fb2eec545f 100644 --- a/samples/kmp/shared/build.gradle.kts +++ b/samples/kmp/shared/build.gradle.kts @@ -35,7 +35,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("com.trustwallet:wallet-core-kotlin:3.2.14") + implementation("com.trustwallet:wallet-core-kotlin:3.2.20") } } val commonTest by getting {