diff --git a/README.md b/README.md index fbcd8e8..619cf2a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ In your app *build.gradle*, add the dependency: ```gradle dependencies { - implementation 'com.github.liip:SweetPreferences:1.0.1' + implementation 'com.github.liip:SweetPreferences:1.0.2' } ``` diff --git a/library/build.gradle b/library/build.gradle index f187ec9..49f8229 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -12,7 +12,7 @@ android { minSdkVersion 19 targetSdkVersion 28 versionCode 1 - versionName "1.0" + versionName "1.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"