Skip to content

Commit

Permalink
Bump libraries:
Browse files Browse the repository at this point in the history
  prettytime from 4.0.2.Final to 4.0.3.Final
  google-http-client-android from 1.34.0 to 1.34.1
  junit from 4.12 to 4.13
  • Loading branch information
gzsombor committed Jan 31, 2020
1 parent 2466f13 commit 37aa60f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ android {
}

dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'junit:junit:4.13'

// YouTube modules
implementation 'com.google.http-client:google-http-client-android:1.34.0'
implementation 'com.google.http-client:google-http-client-android:1.34.1'
implementation 'com.google.apis:google-api-services-youtube:v3-rev20190827-1.30.1'
implementation 'com.github.TeamNewPipe.NewPipeExtractor:extractor:ff61e28424d4c12cf1ff8a914f38fcbd406f2b17'
// implementation 'com.github.gzsombor.NewPipeExtractor:extractor:d1e297051a'

// other modules
implementation group: 'org.ocpsoft.prettytime', name: 'prettytime', version: '4.0.2.Final'
implementation group: 'org.ocpsoft.prettytime', name: 'prettytime', version: '4.0.3.Final'
implementation 'com.github.moraisigor:slidingdrawer:1.7.1'
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
Expand Down

0 comments on commit 37aa60f

Please # to comment.