Skip to content

Commit

Permalink
chore(deps): Specify the correct Glide module
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Oct 31, 2024
1 parent 48574c4 commit df10247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit df10247

Please sign in to comment.