Skip to content

Commit

Permalink
feat(eth): Fix kmp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Jul 25, 2023
1 parent 437469f commit e3de50e
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 @@ -35,7 +35,7 @@ kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation("com.trustwallet:wallet-core-kotlin:3.2.5")
implementation("com.trustwallet:wallet-core-kotlin:3.2.6")
}
}
val commonTest by getting {
Expand Down

0 comments on commit e3de50e

Please sign in to comment.