Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Mar 10, 2019
1 parent 23693ce commit 0508965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,7 +12,7 @@ Pure Java (java.util), no dependencies, very small method count.
Include the library in your `build.gradle`
```
dependencies {
implementation 'com.g00fy2:versioncompare:1.3.0'
implementation 'com.g00fy2:versioncompare:1.3.1'
}
```
**Note**: This will download the recommended Android *AAR* artifact with Android specific data like ProGuard rules. If you need a traditional *JAR* artifact add `@jar` to the library version.
Expand Down Expand Up @@ -78,7 +78,7 @@ suffix compare logic ||
## Sample App
![Image](https://raw.githubusercontent.com/G00fY2/version-compare/gh-pages/images/version_compare_sampleapp_framed.png)

**Try out the sample app to compare your version inputs: [Download](https://github.com/G00fY2/version-compare/releases/download/1.3.0/version-compare-1.3.0-sample.apk)**
**Try out the sample app to compare your version inputs: [Download](https://github.com/G00fY2/version-compare/releases/download/1.3.1/version-compare-1.3.1-sample.apk)**

## License
Copyright (C) 2018 Thomas Wirth
Expand Down

0 comments on commit 0508965

Please sign in to comment.