Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
* Update library versions
Browse files Browse the repository at this point in the history
* Use a forked version of `com.drewnoakes:metadata-extractor` until it is updated from 2.12.0
  - resolves #8
  • Loading branch information
apcro committed Dec 31, 2019
1 parent b1a96e0 commit 76104c7
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions leafpicrevived/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ dependencies {
implementation "androidx.appcompat:appcompat:1.1.0"
implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.recyclerview:recyclerview:1.1.0"
implementation "com.google.android.material:material:1.2.0-alpha02"
implementation "com.google.android.material:material:1.2.0-alpha03"
implementation "androidx.palette:palette:1.0.0"
implementation "androidx.browser:browser:1.0.0"
implementation "androidx.browser:browser:1.2.0"
implementation "androidx.legacy:legacy-support-v4:1.0.0"

//exo-player
Expand All @@ -90,13 +90,14 @@ dependencies {
implementation 'com.google.android.exoplayer:exoplayer-smoothstreaming:2.10.4'

// utils
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.bumptech.glide:glide:4.10.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17'
implementation 'com.github.Commit451:bypasses:1.1.0'
implementation 'com.jakewharton:butterknife:10.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0'
implementation 'com.drewnoakes:metadata-extractor:2.12.0'
implementation 'com.jakewharton:butterknife:10.2.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.0'
// implementation 'com.drewnoakes:metadata-extractor:2.12.0'
implementation 'com.github.apcro:metadata-extractor:master'
implementation "com.orhanobut:hawk:2.0.1"
implementation 'com.commonsware.cwac:provider:0.5.3'

Expand All @@ -115,7 +116,7 @@ dependencies {
// ui
implementation 'uz.shift:colorpicker:0.5@aar'
implementation 'com.github.jetradarmobile:desertplaceholder:1.1.1'
implementation 'de.hdodenhof:circleimageview:3.0.0'
implementation 'de.hdodenhof:circleimageview:3.0.1'
implementation 'com.github.yalantis:ucrop:2.2.2'
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0'
implementation 'jp.wasabeef:recyclerview-animators:3.0.0'
Expand Down

0 comments on commit 76104c7

Please sign in to comment.