Skip to content

Commit

Permalink
Upgrade NewPipeExtractor and gson
Browse files Browse the repository at this point in the history
  • Loading branch information
gzsombor committed Oct 10, 2021
1 parent d499e67 commit 202082e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -158,7 +158,7 @@ dependencies {
implementation 'org.ocpsoft.prettytime:prettytime:5.0.1.Final'

// Convert Java objects into JSON and back
implementation 'com.google.code.gson:gson:2.8.7'
implementation 'com.google.code.gson:gson:2.8.8'

// YouTube modules
implementation 'com.github.SkyTubeTeam.google-http-java-client:google-http-client-android:1.39.0.1'
Expand All @@ -167,7 +167,7 @@ dependencies {
exclude group: 'com.google.http-client', module: 'google-http-client-jackson2'
}

implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.10'
implementation 'com.github.TeamNewPipe:NewPipeExtractor:v0.21.11'
implementation ('com.github.SkyTubeTeam.components:okhttp-client:0.0.3') {
exclude group: 'com.github.SkyTubeTeam.NewPipeExtractor', module: 'extractor'
}
Expand Down

0 comments on commit 202082e

Please sign in to comment.