Skip to content

Commit 0508965

Browse files
authored
Update Readme
1 parent 23693ce commit 0508965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pure Java (java.util), no dependencies, very small method count.
1212
Include the library in your `build.gradle`
1313
```
1414
dependencies {
15-
implementation 'com.g00fy2:versioncompare:1.3.0'
15+
implementation 'com.g00fy2:versioncompare:1.3.1'
1616
}
1717
```
1818
**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.
@@ -78,7 +78,7 @@ suffix compare logic ||
7878
## Sample App
7979
![Image](https://raw.githubusercontent.com/G00fY2/version-compare/gh-pages/images/version_compare_sampleapp_framed.png)
8080

81-
**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)**
81+
**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)**
8282

8383
## License
8484
Copyright (C) 2018 Thomas Wirth

0 commit comments

Comments
 (0)