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 81b522d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@

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
- Android SDK 18+

Expand All @@ -32,7 +31,7 @@ allprojects {
Add the dependency:
```Groovy
dependencies {
compile 'com.github.Yalantis:SearchFilter:v1.0.4'
implementation '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 81b522d

Please sign in to comment.