From 9994f792d63ec655f449cfc06e7b9973301dcfab Mon Sep 17 00:00:00 2001 From: Satoshi Otomakan Date: Fri, 13 Oct 2023 13:14:39 +0200 Subject: [PATCH] [KMP]: Bumo wc-kotlin to 3.3.2 --- 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 6200cda53af..fdc3fb1dbc4 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.21") + implementation("com.trustwallet:wallet-core-kotlin:3.3.2") } } val commonTest by getting {