Skip to content

Commit

Permalink
Updated demo app version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisvin authored Nov 20, 2019
1 parent 33b8b33 commit 972e0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</tr>
</table>

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
Expand All @@ -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
Expand Down

0 comments on commit 972e0f5

Please sign in to comment.