Upgrade Firebase plugin for sdk
This commit is contained in:
parent
a376abf3b9
commit
e5de6bb94b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ buildscript {
|
|||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||
if (googleFile.exists()) {
|
||||
classpath 'com.google.gms:google-services:3.0.0'
|
||||
classpath 'com.google.gms:google-services:3.1.0'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ apply plugin: 'com.android.library'
|
|||
dependencies {
|
||||
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