We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0728627 commit 23650ecCopy full SHA for 23650ec
android/build.gradle
@@ -38,6 +38,6 @@ repositories {
38
39
dependencies {
40
implementation 'com.facebook.react:react-native:+'
41
- implementation 'io.intercom.android:intercom-sdk-base:6.+'
+ implementation 'io.intercom.android:intercom-sdk-base:7.+'
42
}
43
react-native-intercom.podspec
@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
15
s.frameworks = [ "Intercom" ]
16
s.static_framework = true
17
s.dependency 'React'
18
- s.dependency 'Intercom', '~> 6.1.0'
+ s.dependency 'Intercom', '~> 7.1.0'
19
end
0 commit comments