diff --git a/README.md b/README.md index 7b20a8e..f7385d6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { ``` Add the Gradle dependency: ```groovy -implementation 'com.github.Ferfalk:SimpleSearchView:0.1.3' +implementation 'com.github.Ferfalk:SimpleSearchView:0.1.4' ``` diff --git a/simplesearchview/build.gradle b/simplesearchview/build.gradle index c55b300..f17e9ff 100644 --- a/simplesearchview/build.gradle +++ b/simplesearchview/build.gradle @@ -6,8 +6,8 @@ android { defaultConfig { minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.compileSdkVersion - versionCode 1 - versionName "0.1.2" + versionCode 14 + versionName "0.1.4" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true