File tree Expand file tree Collapse file tree 6 files changed +4
-7
lines changed
Expand file tree Collapse file tree 6 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Please set up your React Native Development Environment for Android as described
3030To run the app on Android, execute the following command:
3131
3232``` sh
33- yarn example android --variant=fossDebug
33+ yarn example android
3434```
3535
3636To run the app on Android, execute the following command:
Original file line number Diff line number Diff line change @@ -127,6 +127,4 @@ dependencies {
127127 implementation project(' :intercomreactnative' )
128128}
129129
130-
131- apply plugin : ' com.google.gms.google-services'
132130apply from : file(" ../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesAppBuildGradle(project)
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 '
2222end
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 8585
8686echo " You're all set up 👍"
8787echo " 📱 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"
You can’t perform that action at this time.
0 commit comments