Fix build for GCM

This commit is contained in:
Erwan Croze 2017-04-28 14:41:24 +02:00
parent e8e2eb53ed
commit 229376bcee
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,7 @@ dependencies {
if (firebaseEnable()) { if (firebaseEnable()) {
compile 'com.google.firebase:firebase-messaging:9.0.0' compile 'com.google.firebase:firebase-messaging:9.0.0'
} else { } 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:+' compile 'com.android.support:support-v4:+'
} }
} }

BIN
libs/gcm.jar Normal file

Binary file not shown.