bump glide version

This commit is contained in:
Hailey
2024-11-10 14:53:54 -08:00
parent 5c9e0fe71b
commit 194808cc3b
@@ -94,5 +94,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${getKotlinVersion()}"
// Keep glide version up to date with expo-image so that we don't have duplicate deps
implementation 'com.github.bumptech.glide:glide:4.13.2'
implementation 'com.github.bumptech.glide:glide:4.16.0'
}