File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -61,5 +61,6 @@ repositories {
6161dependencies {
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}
You can’t perform that action at this time.
0 commit comments