Update build.gradle

This commit is contained in:
Filipe Brito 2019-09-19 13:23:01 -03:00
parent d9aa9514b3
commit a6eacb7a92
1 changed files with 3 additions and 1 deletions

View File

@ -205,11 +205,13 @@ android {
dependencies {
addUnimodulesDependencies()
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(':watermelondb')
implementation project(':reactnativenotifications')
implementation project(":reactnativekeyboardinput")
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "com.facebook.react:react-native:+" // From node_modules
implementation "com.google.firebase:firebase-messaging:18.0.0"
implementation "com.google.firebase:firebase-core:16.0.9"