Library inclusion instructions

master
Nelson R. Perez 2017-03-24 00:51:44 -05:00
parent 8a3572e882
commit e4c30e52da
1 changed files with 21 additions and 1 deletions

View File

@ -1,7 +1,27 @@
# graphenej
A Java library for mobile app Developers; Graphene/Bitshares blockchain.
## Sample use
## Usage
In your root build.gradle, add this if you don't already have it.
```Groovy
allprojects {
repositories {
jcenter()
}
}
```
In yout app module, add the following dependency:
```Groovy
dependencies {
compile 'com.github.kenCode-de:graphenej:0.4.1'
}
```
## Example
### Very simple funds transfer