Skip to content

Commit 88cc7a7

Browse files
authored
Release 6.1.0 (#137)
- Updated to use iOS SDK 16.1.1 - Updated to use Android SDK 15.3.0
1 parent c363ae7 commit 88cc7a7

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby '2.7.5'
55

6-
gem 'cocoapods', '~> 1.11', '>= 1.11.2'
6+
gem 'activesupport', '7.0.8'
7+
gem 'cocoapods', '~> 1.12.1'

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ dependencies {
6060
//noinspection GradleDynamicVersion
6161
implementation "com.facebook.react:react-native:+" // From node_modules
6262
implementation "com.google.firebase:firebase-messaging:${safeExtGet('firebaseMessagingVersion', '20.2.+')}"
63-
implementation 'io.intercom.android:intercom-sdk:15.2.3'
63+
implementation 'io.intercom.android:intercom-sdk:15.3.0'
6464
}

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }
1818

1919
s.dependency "React-Core"
20-
s.dependency "Intercom", '~> 16.0.1'
20+
s.dependency "Intercom", '~> 16.1.1'
2121
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "6.0.1",
3+
"version": "6.1.0",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)