mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-26 06:55:42 +03:00
8931f36bda
Signed-off-by: Mario Danic <mario@lovelyhq.com>
10 lines
276 B
Groovy
10 lines
276 B
Groovy
ext {
|
|
googleLibraryVersion = '11.8.0'
|
|
}
|
|
|
|
dependencies {
|
|
implementation "com.google.android.gms:play-services-gcm:${googleLibraryVersion}"
|
|
implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
|
}
|
|
|
|
apply plugin: 'com.google.gms.google-services'
|