Skip to content

Commit

Permalink
Fixed android build for react-native 0.60 and higher (upgraded Glide)
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Sep 30, 2019
1 parent a93a376 commit 596f9dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation 'com.facebook.react:react-native:+'

// glide dependencies
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'

// FirebaseUI Storage only
implementation 'com.firebaseui:firebase-ui-storage:3.0.0'
Expand Down

0 comments on commit 596f9dd

Please sign in to comment.