Upgrade firebase plugin
This commit is contained in:
parent
775ee4d3e1
commit
a376abf3b9
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
if (googleFile.exists()) {
|
||||
classpath 'com.google.gms:google-services:3.0.0'
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ dependencies {
|
|||
androidTestCompile 'junit:junit:4.12'
|
||||
compile group: 'org.apache.commons', name: 'commons-compress', version: '1.14'
|
||||
if (firebaseEnable()) {
|
||||
compile 'com.google.firebase:firebase-messaging:10.2.4'
|
||||
compile 'com.google.firebase:firebase-messaging:11.0.2'
|
||||
} else {
|
||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
compile 'com.android.support:support-v4:+'
|
||||
|
|
Loading…
Reference in a new issue