mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-29 01:29:19 +00:00
Add missing gcm jar file
This commit is contained in:
parent
738ec4319e
commit
88f3cb0851
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ dependencies {
|
|||
implementation 'org.apache.commons:commons-compress:1.16.1'
|
||||
if (firebaseEnable()) {
|
||||
implementation 'com.google.firebase:firebase-messaging:15.0.2'
|
||||
} else {
|
||||
implementation fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
}
|
||||
implementation 'com.android.support:support-v4:26.0.1'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue