diff --git a/README.md b/README.md index b0214be..839e5dc 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add the dependency in your app `build.gradle`: ``` dependencies { - implementation 'com.github.teresaholfeld:Stories:1.1.3' + implementation 'com.github.teresaholfeld:Stories:1.1.4' } ``` diff --git a/library/build.gradle b/library/build.gradle index 15b5cdd..98a57f5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -11,7 +11,7 @@ android { minSdkVersion 15 targetSdkVersion 28 versionCode 1 - versionName "1.1.3" + versionName "1.1.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"