Skip to content

Commit 1f579fc

Browse files
authored
Update to Intercom SDK 9 (#432)
* Update Intercom to SDK 9 * Use 2 spaces instead of 4
1 parent 348e8aa commit 1f579fc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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:8.3.0'
41+
implementation 'io.intercom.android:intercom-sdk-base:9.+'
4242
}
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
},
3232
"homepage": "https://github.com/tinycreative/react-native-intercom",
3333
"dependencies": {}
34-
}
34+
}

react-native-intercom.podspec

Lines changed: 2 additions & 2 deletions
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', '~> 8.1.0'
19-
end
18+
s.dependency 'Intercom', '~> 9.0.0'
19+
end

0 commit comments

Comments
 (0)