Always use firebase dependency

This commit is contained in:
Sylvain Berfini 2018-11-15 13:12:44 +01:00
parent 11eb13931c
commit 73ad8257a1
2 changed files with 2 additions and 4 deletions

View file

@ -56,10 +56,7 @@ dependencies {
androidTestImplementation 'com.jayway.android.robotium:robotium-solo:5.6.3'
androidTestImplementation 'junit:junit:4.12'
if (firebaseEnabled()) {
classpath 'com.google.gms:google-services:3.1.0'
implementation 'com.google.firebase:firebase-messaging:15.0.2'
}
implementation 'org.apache.commons:commons-compress:1.16.1'
implementation 'com.android.support:support-v4:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.1'

View file

@ -8,6 +8,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.google.gms:google-services:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files