diff --git a/README.md b/README.md index 90d9f84..4a21b04 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ allprojects { **Step 2.** Add the library dependency to your project build.gradle: ``` dependencies { - implementation 'com.github.erkutaras:StateLayout:1.2.0' + implementation 'com.github.erkutaras:StateLayout:1.2.1' } ``` @@ -41,7 +41,7 @@ _If you don't migrate your project with AndroidX yet, you may need to exclude an ``` dependencies { - implementation ('com.github.erkutaras:StateLayout:1.2.0') { + implementation ('com.github.erkutaras:StateLayout:1.2.1') { exclude group: 'androidx.appcompat' } } diff --git a/library/build.gradle b/library/build.gradle index badad3a..0e1515c 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -10,8 +10,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 28 - versionCode 15 - versionName "1.2.0" + versionCode 16 + versionName "1.2.1" vectorDrawables.useSupportLibrary = true }