bitcoinj-cash / bitcoinj

A library for working with Bitcoin
http://bitcoinj.cash
Apache License 2.0
67 stars 35 forks source link

use this library in android studio #70

Open dalancon opened 6 years ago

dalancon commented 6 years ago

hi: how can i use this library in android studio? thank you very much

HashEngineering commented 5 years ago

Using gradle?

See this:

https://github.com/bitcoincash-wallet/bitcoincash-wallet/blob/master/wallet/build.gradle#L19

Build bitcoinj-Cash using mvn clean install And then make sure mavenLocal() is in your gradle repositories.