mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
449f82aa2c
automatically uncomment google deps for lint, gplay and findbugs npe check disable analytics Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
4 lines
153 B
Groovy
4 lines
153 B
Groovy
dependencies {
|
|
implementation "com.google.firebase:firebase-messaging:17.1.0"
|
|
implementation "com.google.android.gms:play-services-gcm:15.0.1"
|
|
}
|