From d9c75c5e048c7e017061270f997f5044a146a9e6 Mon Sep 17 00:00:00 2001 From: Hagen Brooks Date: Tue, 10 Dec 2019 19:26:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e593d2e..1e5a8a4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ An Android library that returns real paths from Uri's Demo screenshot: --- -Download the demo app [here](https://github.com/HBiSoft/PickiT/releases/download/0.1.3/PickiTDemo.apk) +Download the demo app [here](https://github.com/HBiSoft/PickiT/releases/download/0.1.8/PickiTDemo.apk) ![pickiTDemo](https://user-images.githubusercontent.com/35602540/63206870-1c708980-c0bd-11e9-96dc-374a8a434c0e.png) @@ -37,7 +37,7 @@ Then, add the dependency, in your app level build.gradle: ```java dependencies { - implementation 'com.github.HBiSoft:PickiT:0.1.7' + implementation 'com.github.HBiSoft:PickiT:0.1.8' } ```