mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-06 21:33:09 +00:00
Changing Android Support V4 version
This commit is contained in:
parent
f45bff8bde
commit
c89344b535
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ dependencies {
|
|||
compile 'com.google.firebase:firebase-messaging:11.+'
|
||||
} else {
|
||||
compile fileTree(include: 'gcm.jar', dir: 'libs')
|
||||
compile 'com.android.support:support-v4:+'
|
||||
compile 'com.android.support:support-v4:27.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue