Skip to content

Commit bafa5c2

Browse files
Merge pull request #30 from intercom/dev
Release 1.0.4
2 parents eb120af + 7d81991 commit bafa5c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ We follow the [conventional commits specification](https://www.conventionalcommi
6262
- `fix`: bug fixes, e.g. fix crash due to deprecated method.
6363
- `feat`: new features, e.g. add new method to the module.
6464
- `refactor`: code refactor, e.g. migrate from class components to hooks.
65-
- `docs`: changes into documentation, e.g. add usage example for the module..
65+
- `docs`: changes into documentation, e.g. add usage example for the module.
6666
- `test`: adding or updating tests, e.g. add integration tests using detox.
6767
- `chore`: tooling changes, e.g. change CI config.
6868

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ repositories {
6161
dependencies {
6262
//noinspection GradleDynamicVersion
6363
implementation "com.facebook.react:react-native:+" // From node_modules
64+
implementation 'com.google.firebase:firebase-messaging:20.2.+'
6465
implementation 'io.intercom.android:intercom-sdk:10.+'
6566
}

0 commit comments

Comments
 (0)