|
@ -65,7 +65,8 @@ dependencies { |
|
|
implementation('com.github.arteam:simple-json-rpc-server:1.0') { |
|
|
implementation('com.github.arteam:simple-json-rpc-server:1.0') { |
|
|
exclude group: 'org.slf4j' |
|
|
exclude group: 'org.slf4j' |
|
|
} |
|
|
} |
|
|
implementation('com.sparrowwallet:hummingbird:1.6.3') |
|
|
implementation('com.sparrowwallet:hummingbird:1.6.4') |
|
|
|
|
|
implementation('co.nstant.in:cbor:0.9') |
|
|
implementation('com.nativelibs4java:bridj:0.7-20140918-3') { |
|
|
implementation('com.nativelibs4java:bridj:0.7-20140918-3') { |
|
|
exclude group: 'com.google.android.tools', module: 'dx' |
|
|
exclude group: 'com.google.android.tools', module: 'dx' |
|
|
} |
|
|
} |
|
|