mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 08:55:54 +03:00
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}"
|
||
|
}
|