diff --git a/README.md b/README.md index 0630852..0c41cfd 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.4.0' + implementation 'com.github.erkutaras:StateLayout:1.4.1' } ```