chore(deps): Specify the correct Glide module

This commit is contained in:
Artem Chepurnoy 2024-10-31 11:19:19 +02:00
parent 48574c46c4
commit df10247320
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ firebase-bom = { module = "com.google.firebase:firebase-bom", version.ref = "fir
firebase-crashlytics-ktx = { module = "com.google.firebase:firebase-crashlytics-ktx" }
fredporciuncula-flow-preferences = { module = "com.fredporciuncula:flow-preferences", version.ref = "flowPreferences" }
glide-annotations = { module = "com.github.bumptech.glide:annotations", version.ref = "glide" }
glide-glide = { module = "com.github.bumptech.glide:annotations", version.ref = "glide" }
glide-glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
glide-ksp = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" }
google-accompanist-drawablepainter = { module = "com.google.accompanist:accompanist-drawablepainter", version.ref = "accompanist" }
google-accompanist-navigation-material = { module = "com.google.accompanist:accompanist-navigation-material", version.ref = "accompanist" }