Skip to content

Commit

Permalink
Change youtube Extractor version
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandev committed Jul 11, 2023
1 parent 4d5dee3 commit 4b7ee4f
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 @@ -61,7 +61,7 @@ dependencies {
api 'com.github.orlandev:compose-image-blurhash:3.0.2'

//Youtube extractor
implementation 'com.github.HaarigerHarald:android-youtubeExtractor:master-SNAPSHOT'
implementation 'com.github.HaarigerHarald:android-youtubeExtractor:2.1.0'

// Exoplayer (Video)
implementation "com.google.android.exoplayer:exoplayer:2.18.1"
Expand Down Expand Up @@ -102,7 +102,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.orlandev'
artifactId = 'icontent'
version = '2.0.6'
version = '2.0.7'
}
}
}
Expand Down

0 comments on commit 4b7ee4f

Please sign in to comment.