From 287bf7fd96bba4fe9d10c4f01ad18270bfd8a772 Mon Sep 17 00:00:00 2001 From: Patches Date: Mon, 3 Jul 2017 12:34:47 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1373018..3d2be8b4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Wifi configuration and util library built for Android. [ ![Download](https://api.bintray.com/packages/isupatches/Maven/wisefy/images/download.svg) ](https://bintray.com/isupatches/Maven/wisefy/_latestVersion) - + ## Adding to your project @@ -36,12 +36,12 @@ repositories { } ``` -Then add it as a dependency: +Then add it as a dependency (please see https://github.com/isuPatches/WiseFy/releases for the lastest version): Gradle: ``` -compile 'com.isupatches:wisefy:1.0.8' +compile 'com.isupatches:wisefy:' ``` Maven: @@ -50,7 +50,7 @@ Maven: com.isupatches wisefy - 1.0.8 + pom ```