mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 19:42:34 +00:00
5d1bef8f85
Signed-off-by: Mario Danic <mario@lovelyhq.com>
9 lines
228 B
Groovy
9 lines
228 B
Groovy
ext {
|
|
googleLibraryVersion = '11.8.0'
|
|
}
|
|
|
|
dependencies {
|
|
implementation "com.google.android.gms:play-services-gcm:${googleLibraryVersion}"
|
|
implementation "com.google.firebase:firebase-messaging:${googleLibraryVersion}"
|
|
}
|