From d1f7a7d5e0352c0e2f7adc3ad00ac251a3b2344f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Tue, 23 Aug 2022 10:49:18 +0200 Subject: [PATCH] chore(android): update glide --- android/build.gradle | 4 ++-- android/manifest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 09e6a19..35cc129 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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' } diff --git a/android/manifest b/android/manifest index 59dfb21..8a75471 100644 --- a/android/manifest +++ b/android/manifest @@ -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