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
+--- com.github.bumptech.glide:glide-intercom:3.7.0 # Modified version of Glide
98
98
+--- com.squareup.okio:okio:1.13.0
99
-
+--- com.squareup.okhttp3:okhttp:3.8.1
99
+
+--- com.squareup.okhttp3:okhttp:3.9.0
100
100
+--- com.squareup.retrofit2:retrofit:2.3.0
101
101
+--- com.squareup.retrofit2:converter-gson:2.3.0
102
-
+--- com.google.code.gson:gson:2.8.0
102
+
+--- com.google.code.gson:gson:2.8.1
103
103
```
104
104
105
105
If you use some of the repackaged libraries in your app, you may want to use a build that depends on them transitively. A guide to using this build can be found [here](https://docs.intercom.com/configure-intercom-for-your-product-or-site/configure-intercom-for-mobile/using-transitive-dependencies-with-intercom-for-android). Using this build involves more work as you need to make sure your app uses the correct version of each library.
@@ -108,7 +108,7 @@ If you use some of the repackaged libraries in your app, you may want to use a b
0 commit comments