From 972e0f5a336d144dfe494fef8ca0eb697b2de457 Mon Sep 17 00:00:00 2001 From: Chrisvin Jem Date: Wed, 20 Nov 2019 10:57:49 +0530 Subject: [PATCH] Updated demo app version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f61ce14..8ec3582 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ -EasyReveal is an extensible reveal library that contains various reveal animations. ([Demo apk](https://github.com/Chrisvin/EasyReveal/releases/download/1.1/EasyRevealDemo.apk)) +EasyReveal is an extensible reveal library that contains various reveal animations. ([Demo apk](https://github.com/Chrisvin/EasyReveal/releases/download/1.2/EasyRevealDemo.apk)) ## Getting started ### Setting up the dependency @@ -31,7 +31,7 @@ allprojects { ``` 2. Add the EasyReveal dependency in the build.gradle: ``` -implementation 'com.github.Chrisvin:EasyReveal:1.0' +implementation 'com.github.Chrisvin:EasyReveal:1.2' ``` ### Demo app