Updated on 2026-08-14

This commit is contained in:
Tangem 2020-02-11 13:27:59 +03:00
commit 903fc32bc9
51 changed files with 944 additions and 309 deletions

View file

@ -47,6 +47,9 @@ dependencies {
implementation 'org.bitcoinj:bitcoinj-core:0.15.2'
implementation 'com.github.stellar:java-stellar-sdk:0.13.0'
implementation "com.madgag.spongycastle:core:1.58.0.0"
implementation "com.madgag.spongycastle:prov:1.58.0.0"
ext.kethereum_version = '0.79.5'
implementation "com.github.walleth.kethereum:functions:$kethereum_version"
implementation "com.github.walleth.kethereum:keccak_shortcut:$kethereum_version"