Skip to content

Commit af8ebb7

Browse files
authored
Release 7.1.3 (#209)
1 parent 593d76c commit af8ebb7

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

Diff for: example/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please set up your React Native Development Environment for Android as described
3030
To run the app on Android, execute the following command:
3131

3232
```sh
33-
yarn example android --variant=fossDebug
33+
yarn example android
3434
```
3535

3636
To run the app on Android, execute the following command:

Diff for: example/android/app/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,4 @@ dependencies {
127127
implementation project(':intercomreactnative')
128128
}
129129

130-
131-
apply plugin: 'com.google.gms.google-services'
132130
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

Diff for: example/android/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ buildscript {
1515
classpath("com.android.tools.build:gradle")
1616
classpath("com.facebook.react:react-native-gradle-plugin")
1717
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
18-
classpath 'com.google.gms:google-services:4.4.1'
1918
}
2019
}
2120

Diff for: intercom-react-native.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
1818
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }
1919

2020
s.dependency "React-Core"
21-
s.dependency "Intercom", '~> 17.1.1'
21+
s.dependency "Intercom", '~> 17.1.2'
2222
end

Diff for: package.json

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

Diff for: script/setup

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ cd -
8585

8686
echo "You're all set up 👍"
8787
echo "📱 Run example app on iOS using -> yarn example ios"
88-
echo "📱 Run example app on android using -> yarn example android --variant=fossDebug"
88+
echo "📱 Run example app on android using -> yarn example android"

0 commit comments

Comments
 (0)