Skip to content

Commit

Permalink
chore(android): update glide
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Aug 23, 2022
1 parent fa1d30f commit d1f7a7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

dependencies {
implementation 'com.github.bumptech.glide:glide:4.11.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
}
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 5.0.3
version: 5.0.4
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86 x86_64
description: av.imageview
Expand Down

0 comments on commit d1f7a7d

Please sign in to comment.