Fix build for GCM
This commit is contained in:
parent
e8e2eb53ed
commit
229376bcee
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ dependencies {
|
|||
if (firebaseEnable()) {
|
||||
compile 'com.google.firebase:firebase-messaging:9.0.0'
|
||||
} else {
|
||||
compile "com.google.android.gms:play-services-gcm:10.2.0"
|
||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
compile 'com.android.support:support-v4:+'
|
||||
}
|
||||
}
|
||||
|
|
BIN
libs/gcm.jar
Normal file
BIN
libs/gcm.jar
Normal file
Binary file not shown.
Loading…
Reference in a new issue