Skip to content

Commit 2be5a4c

Browse files
authored
Merge pull request #28 from IjzerenHein/bugix-rn60-android-support
Fixed android build for AndroidX and RN0.60 (upgraded Glide)
2 parents 2ebbc90 + 596f9dd commit 2be5a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
implementation 'com.facebook.react:react-native:+'
4141

4242
// glide dependencies
43-
implementation 'com.github.bumptech.glide:glide:4.9.0'
44-
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
43+
implementation 'com.github.bumptech.glide:glide:4.10.0'
44+
annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0'
4545

4646
// FirebaseUI Storage only
4747
implementation 'com.firebaseui:firebase-ui-storage:3.0.0'

0 commit comments

Comments
 (0)