Skip to content

Commit 40f9773

Browse files
[KMP]: Fix KMP CI
1 parent 4ea0914 commit 40f9773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/kmp/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ kotlin {
4545
sourceSets {
4646
val commonMain by getting {
4747
dependencies {
48-
implementation("com.trustwallet:wallet-core-kotlin:4.0.26")
48+
implementation("com.trustwallet:wallet-core-kotlin:4.0.27")
4949
}
5050
}
5151
val commonTest by getting {

0 commit comments

Comments
 (0)