From b1fb2a402596503e93ff21e92547027109219f3e Mon Sep 17 00:00:00 2001 From: WhiteDog <75320360+WhiteDog-Apps@users.noreply.github.com> Date: Sun, 7 Nov 2021 16:09:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338fcf5..8fe52ad 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ allprojects { #### 2. Add the dependency ```gradle dependencies { - implementation 'com.github.WhiteDog-Apps:FoldableActivity:1.0.0' + implementation 'com.github.WhiteDog-Apps:FoldableActivity:1.0.2' } ```