Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit 23650ec

Browse files
authored
intercom sdk 7.1 (tinycreative#375)
1 parent 0728627 commit 23650ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ repositories {
3838

3939
dependencies {
4040
implementation 'com.facebook.react:react-native:+'
41-
implementation 'io.intercom.android:intercom-sdk-base:6.+'
41+
implementation 'io.intercom.android:intercom-sdk-base:7.+'
4242
}
4343

react-native-intercom.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
1515
s.frameworks = [ "Intercom" ]
1616
s.static_framework = true
1717
s.dependency 'React'
18-
s.dependency 'Intercom', '~> 6.1.0'
18+
s.dependency 'Intercom', '~> 7.1.0'
1919
end

0 commit comments

Comments
 (0)