You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note:** The `io.getstream.avatarview-coil` dependency includes [Coil](https://github.com/coil-kt/coil) to load images internally. So if you're using Coil in your project, please make sure your project is using the same Coil version or exclude Coil dependencies to adapt yours.
54
54
55
55
We highly recommend using **AvatarView-Coil** to load images. However, if you'd more prefer to use [Glide](https://github.com/bumptech/glide), you can use [AvatarView-Glide](/avatarview-glide/README.md) instead.
56
56
57
-
## SNAPSHOT
57
+
## SNAPSHOT
58
58
59
59
<details>
60
60
<summary>See how to import the snapshot</summary>
@@ -72,8 +72,8 @@ repositories {
72
72
Next, add the below dependency to your **module**'s `build.gradle` file.
0 commit comments