Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Jul 3, 2017
1 parent 2b5233e commit 287bf7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a href="http://www.methodscount.com/?lib=com.isupatches%3Awisefy%3A1.0.8"><img src="https://img.shields.io/badge/Methods and size-core: 105 | deps: 19372 | 56 KB-e91e63.svg"/></a>
<a href="http://www.methodscount.com/?lib=com.isupatches%3Awisefy%3A1%2B"><img src="https://img.shields.io/badge/Methods and size-core: 105 | deps: 19372 | 56 KB-e91e63.svg"/></a>

## Adding to your project

Expand All @@ -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:<LATEST_VERSION>'
```

Maven:
Expand All @@ -50,7 +50,7 @@ Maven:
<dependency>
<groupId>com.isupatches</groupId>
<artifactId>wisefy</artifactId>
<version>1.0.8</version>
<version><LATEST_VERSION></version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 287bf7f

Please sign in to comment.