mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
parent
d1b4fac2c8
commit
795c3c97a9
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