Skip to content

Commit

Permalink
Update coin list dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelekol committed Apr 15, 2024
1 parent 27d4afe commit 6df3451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,12 @@ dependencies {
implementation 'com.github.horizontalsystems:ethereum-kit-android:f4957a9'
implementation 'com.github.horizontalsystems:blockchain-fee-rate-kit-android:1d3bd49'
implementation 'com.github.horizontalsystems:binance-chain-kit-android:c1509a2'
implementation 'com.github.horizontalsystems:market-kit-android:2d3cd5f'
implementation 'com.github.horizontalsystems:market-kit-android:ce358c3'
implementation 'com.github.horizontalsystems:solana-kit-android:d8bb9f2'
implementation 'com.github.horizontalsystems:tron-kit-android:dc3dca7'
// Zcash SDK
implementation "cash.z.ecc.android:zcash-android-sdk:2.0.1"
implementation 'com.github.horizontalsystems:market-kit-android:2d3cd5f'
implementation("io.github.binance:binance-connector-java:3.0.0rc2") {
exclude group: "org.bouncycastle", module: "bcprov-jdk18on"
}
Expand Down

0 comments on commit 6df3451

Please sign in to comment.