Updated README.md
This commit is contained in:
parent
e56d8c25e0
commit
8bd7a245b0
10
README.md
10
README.md
@ -29,17 +29,17 @@ Setup
|
|||||||
|
|
||||||
Add Jabit as Gradle dependency:
|
Add Jabit as Gradle dependency:
|
||||||
```Gradle
|
```Gradle
|
||||||
compile 'ch.dissem.jabit:jabit-core:0.2.0'
|
compile 'ch.dissem.jabit:jabit-core:1.0.0'
|
||||||
```
|
```
|
||||||
Unless you want to implement your own, also add the following:
|
Unless you want to implement your own, also add the following:
|
||||||
```Gradle
|
```Gradle
|
||||||
compile 'ch.dissem.jabit:jabit-networking:0.2.0'
|
compile 'ch.dissem.jabit:jabit-networking:1.0.0'
|
||||||
compile 'ch.dissem.jabit:jabit-repositories:0.2.0'
|
compile 'ch.dissem.jabit:jabit-repositories:1.0.0'
|
||||||
compile 'ch.dissem.jabit:jabit-cryptography-bc:0.2.0'
|
compile 'ch.dissem.jabit:jabit-cryptography-bc:1.0.0'
|
||||||
```
|
```
|
||||||
And if you want to import from or export to the Wallet Import Format (used by PyBitmessage) you might also want to add:
|
And if you want to import from or export to the Wallet Import Format (used by PyBitmessage) you might also want to add:
|
||||||
```Gradle
|
```Gradle
|
||||||
compile 'ch.dissem.jabit:jabit-wif:0.2.0'
|
compile 'ch.dissem.jabit:jabit-wif:1.0.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
For Android clients use `jabit-cryptography-sc` instead of `jabit-cryptography-bc`.
|
For Android clients use `jabit-cryptography-sc` instead of `jabit-cryptography-bc`.
|
||||||
|
Loading…
Reference in New Issue
Block a user