Skip to content

Commit

Permalink
Update gemstone
Browse files Browse the repository at this point in the history
  • Loading branch information
furenster committed Feb 21, 2025
1 parent ec076f1 commit 62890c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ datastore = "1.1.2"
appcompat = "1.7.0"
material = "1.12.0"
wallet-core = "4.2.6"
gemstone = "0.30.5"
gemstone = "0.30.6"

[libraries]
gradle = { module = "com.android.tools.build:gradle", version.ref = "gradle" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fun SwapProvider.getSwapProviderIcon(): String {
SwapProvider.ORCA -> "orca"
SwapProvider.JUPITER -> "jupiter"
SwapProvider.ACROSS -> "across"
SwapProvider.OKU_TRADE -> "across"
}
return "file:///android_asset/swap/${iconName.lowercase()}.svg"
}
Expand Down

0 comments on commit 62890c3

Please sign in to comment.