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
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.
142
-
143
139
### intercom-sdk-fcm
144
140
```
145
141
com.google.firebase:firebase-messaging:20.2.4
146
142
```
143
+
144
+
### Transitive Dependencies
145
+
146
+
Intercom Android SDK transitively depends on the above libraries. If your app is using any one of these libraries, they should at least be on the same major version that Intercom SDK is using.
147
+
When there are two versions of a library at build time, Gradle automatically picks the newer version.
148
+
This means if you are currently using say Glide 3.x, your app would automatically get Glide 4.x after including Intercom.
0 commit comments