From 2d4c7b1f8b425747b929b105abd4a937281b1d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jc=20Mi=C3=B1arro?= Date: Sat, 9 Dec 2017 00:44:17 +0100 Subject: [PATCH] Fix jitpack dependency example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 916f50f..60c1ec1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ allprojects { Add this in your module `build.gradle` file: ```gradle dependencies { - compile 'com.github.iotaledger:iota.lib.java:0.9.10' + compile 'com.github.iotaledger:iota~lib~java:0.9.10' } ``` @@ -75,7 +75,7 @@ Add this in your module `pom.xml` file: ```xml com.github.iotaledger - iota.lib.java + iota~lib~java v0.9.10 ```