Merge pull request #2292 from omnivore-app/fix/android-intercom

Upgrade intercom to fix crash
This commit is contained in:
Jackson Harper 2023-06-01 09:45:31 +08:00 committed by GitHub
commit cb1198eb50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ dependencies {
implementation 'com.pspdfkit:pspdfkit:8.4.1'
implementation 'com.segment.analytics.kotlin:android:1.10.0'
implementation 'io.intercom.android:intercom-sdk-base:14.0.0'
implementation 'io.intercom.android:intercom-sdk:15.1.0'
// Room Deps
implementation "androidx.room:room-runtime:$room_version"