diff --git a/README.md b/README.md index af2bf95..3f8c566 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.1' + implementation 'com.github.erkutaras:StateLayout:1.3.2' } ``` @@ -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.1') { + implementation ('com.github.erkutaras:StateLayout:1.3.2') { exclude group: 'androidx.appcompat' } }