Skip to content

Commit

Permalink
- Upgrade some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandev committed Mar 22, 2023
1 parent 79a8a24 commit 4d5dee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icontent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation 'com.github.SmartToolFactory:Compose-Image:1.2.1'

//ImageBlurhash
api 'com.github.orlandev:compose-image-blurhash:3.0.1'
api 'com.github.orlandev:compose-image-blurhash:3.0.2'

//Youtube extractor
implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'
Expand Down Expand Up @@ -102,7 +102,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.orlandev'
artifactId = 'icontent'
version = '2.0.5'
version = '2.0.6'
}
}
}
Expand Down

0 comments on commit 4d5dee3

Please sign in to comment.