diff --git a/README.md b/README.md index 1ecbfe7..c29239c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ Check this [project on dribbble](https://dribbble.com/shots/2818273-Female-in-IT-Filters) -Read how we did it [on our blog](https://yalantis.com/blog/develop-filter-animation-kotlin-android/) - ##Requirements @@ -32,7 +30,7 @@ allprojects { Add the dependency: ```Groovy dependencies { - compile 'com.github.Yalantis:SearchFilter:v1.0.4' + compile 'com.github.Yalantis:SearchFilter:v1.0.5' } ``` diff --git a/app/build.gradle b/app/build.gradle index ff9937d..0925a61 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.yalantis.fitfilter" minSdkVersion 18 targetSdkVersion 33 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.5" } buildTypes { release { diff --git a/filter/build.gradle b/filter/build.gradle index a18169c..27ae1cb 100755 --- a/filter/build.gradle +++ b/filter/build.gradle @@ -22,8 +22,8 @@ android { defaultConfig { minSdkVersion 18 targetSdkVersion 33 - versionCode 1 - versionName "1.0" + versionCode 2 + versionName "1.0.5" } buildTypes { release {