Commit 406c1157 authored by yogevbd's avatar yogevbd

Fixes gradle

parent 33115196
...@@ -20,7 +20,6 @@ android { ...@@ -20,7 +20,6 @@ android {
} }
dependencies { dependencies {
implementation 'com.google.firebase:firebase-core:16.0.0'
implementation "com.google.firebase:firebase-messaging:17.3.0" implementation "com.google.firebase:firebase-messaging:17.3.0"
implementation 'com.facebook.react:react-native:+' implementation 'com.facebook.react:react-native:+'
...@@ -31,5 +30,3 @@ dependencies { ...@@ -31,5 +30,3 @@ dependencies {
testImplementation 'com.squareup.assertj:assertj-android:1.1.1' testImplementation 'com.squareup.assertj:assertj-android:1.1.1'
testImplementation 'org.mockito:mockito-core:2.13.0' testImplementation 'org.mockito:mockito-core:2.13.0'
} }
apply plugin: 'com.google.gms.google-services'
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment