From e4c30e52da42ea9280777d139a56d9d11596ae91 Mon Sep 17 00:00:00 2001 From: "Nelson R. Perez" Date: Fri, 24 Mar 2017 00:51:44 -0500 Subject: [PATCH] Library inclusion instructions --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3becb..e6bcb63 100644 --- a/README.md +++ b/README.md @@ -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