From 69b271e1fe1ded93f17f1f7db80f9ecd40a38bd9 Mon Sep 17 00:00:00 2001 From: erkutaras Date: Fri, 15 Feb 2019 11:31:46 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc5300a..af2bf95 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ allprojects { **Step 2.** Add the library dependency to your project build.gradle: ``` dependencies { - implementation 'com.github.erkutaras:StateLayout:1.3.0' + implementation 'com.github.erkutaras:StateLayout:1.3.1' } ``` @@ -42,7 +42,7 @@ _If you don't migrate your project with AndroidX yet, you may need to exclude an ``` dependencies { - implementation ('com.github.erkutaras:StateLayout:1.3.0') { + implementation ('com.github.erkutaras:StateLayout:1.3.1') { exclude group: 'androidx.appcompat' } }