mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 23:25:20 +03:00
e724cd045a
Signed-off-by: Mario Danic <mario@lovelyhq.com>
8 lines
227 B
Groovy
8 lines
227 B
Groovy
ext {
|
|
googleLibraryVersion = '9.6.1'
|
|
}
|
|
|
|
dependencies {
|
|
implementation "com.google.android.gms:play-services-gcm:${googleLibraryVersion}"
|
|
implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
|
}
|