File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -69,5 +69,5 @@ dependencies {
69
69
// noinspection GradleDynamicVersion
70
70
implementation " com.facebook.react:react-native:+" // From node_modules
71
71
implementation " com.google.firebase:firebase-messaging:${ safeExtGet('firebaseMessagingVersion', '20.2.+')} "
72
- implementation ' io.intercom.android:intercom-sdk:15.4.0 '
72
+ implementation ' io.intercom.android:intercom-sdk:15.8.+ '
73
73
}
Original file line number Diff line number Diff line change 11
11
- ReactCommon/turbomodule/core (= 0.70.9)
12
12
- fmt (6.2.1)
13
13
- glog (0.3.5)
14
- - Intercom (17.0.1 )
14
+ - Intercom (17.0.3 )
15
15
- intercom-react-native (7.0.1):
16
- - Intercom (~> 17.0.1 )
16
+ - Intercom (~> 17.0.3 )
17
17
- React-Core
18
18
- RCT-Folly (2021.07.22.00):
19
19
- boost
@@ -415,13 +415,13 @@ EXTERNAL SOURCES:
415
415
416
416
SPEC CHECKSUMS:
417
417
boost: a7c83b31436843459a1961bfd74b96033dc77234
418
- DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
418
+ DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
419
419
FBLazyVector: bc76253beb7463b688aa6af913b822ed631de31a
420
420
FBReactNativeSpec: 85d34420d92cb178897de05e3aba90e7a8568162
421
421
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
422
- glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
423
- Intercom: 5831c20294923498621a52064ab11d1ebb39f0a3
424
- intercom-react-native: 9cf6e7039c1025ac29af506286b7388f3244cc40
422
+ glog: 5337263514dd6f09803962437687240c5dc39aa4
423
+ Intercom: 85b6c558c853da66e1041e23a6a8ed99a6bef640
424
+ intercom-react-native: 1764646b91eb2d3ba47db932c041c89bb5ded65c
425
425
RCT-Folly: 0080d0a6ebf2577475bda044aa59e2ca1f909cda
426
426
RCTRequired: db184d894eed9e15f1fa80c3372595b7ec360580
427
427
RCTTypeSafety: c9bf4c53ad246e4c94a49d91353ed19a8df5952f
@@ -454,4 +454,4 @@ SPEC CHECKSUMS:
454
454
455
455
PODFILE CHECKSUM: 2e2a1a7753285b8f776febc4de8313b2f01b551b
456
456
457
- COCOAPODS: 1.15.2
457
+ COCOAPODS: 1.11.3
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
17
17
s . resource_bundles = { 'IntercomFramework' => [ 'ios/assets/*' ] }
18
18
19
19
s . dependency "React-Core"
20
- s . dependency "Intercom" , '~> 17.0.1 '
20
+ s . dependency "Intercom" , '~> 17.0.3 '
21
21
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intercom/intercom-react-native" ,
3
- "version" : " 7.0.1 " ,
3
+ "version" : " 7.1.0 " ,
4
4
"description" : " React Native wrapper to bridge our iOS and Android SDK" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments