Skip to content

Commit

Permalink
[KMP]: Fix KMP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Mar 11, 2024
1 parent 4ea0914 commit 40f9773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/kmp/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:4.0.26")
implementation("com.trustwallet:wallet-core-kotlin:4.0.27")
}
}
val commonTest by getting {
Expand Down

0 comments on commit 40f9773

Please sign in to comment.