From 584d5752500fa75c748c5d251eaf1856205ec9a2 Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Tue, 19 Dec 2023 14:33:59 +0100 Subject: [PATCH] [Greenfield]: Fix kmp sample --- 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 d7ba445c535..c637d0306de 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:4.0.10") + implementation("com.trustwallet:wallet-core-kotlin:4.0.13") } } val commonTest by getting {