Skip to content

Commit

Permalink
Update library release version
Browse files Browse the repository at this point in the history
- Update release version
- Update README.md
  • Loading branch information
dmytro1morozov committed Sep 22, 2022
1 parent ae62a94 commit 7f3ef3a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

<img src="gif/dribbble.gif"/>

##Requirements
Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions filter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 33
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 7f3ef3a

Please sign in to comment.