File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1010
1111Check this [ project on dribbble] ( https://dribbble.com/shots/2818273-Female-in-IT-Filters )
1212
13- Read how we did it [ on our blog] ( https://yalantis.com/blog/develop-filter-animation-kotlin-android/ )
14-
1513<img src =" gif/dribbble.gif " />
1614
1715##Requirements
@@ -32,7 +30,7 @@ allprojects {
3230Add the dependency:
3331``` Groovy
3432dependencies {
35- compile 'com.github.Yalantis:SearchFilter:v1.0.4 '
33+ compile 'com.github.Yalantis:SearchFilter:v1.0.5 '
3634}
3735```
3836
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 applicationId " com.yalantis.fitfilter"
99 minSdkVersion 18
1010 targetSdkVersion 33
11- versionCode 1
12- versionName " 1.0"
11+ versionCode 2
12+ versionName " 1.0.5 "
1313 }
1414 buildTypes {
1515 release {
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
2222 defaultConfig {
2323 minSdkVersion 18
2424 targetSdkVersion 33
25- versionCode 1
26- versionName " 1.0"
25+ versionCode 2
26+ versionName " 1.0.5 "
2727 }
2828 buildTypes {
2929 release {
You can’t perform that action at this time.
0 commit comments