Always use firebase dependency
This commit is contained in:
parent
11eb13931c
commit
73ad8257a1
2 changed files with 2 additions and 4 deletions
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue