Skip to content

Commit 681d483

Browse files
fix(android): fixed android build with Android 10.1.1 SDK version
1 parent 0e74c95 commit 681d483

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)