nextcloud-android/gplay.gradle
tobiasKaminsky fd306758ba
Downgrade firebase-messaging
use NC specific user agent for Push

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-12-22 08:59:57 +01:00

4 lines
151 B
Groovy

dependencies {
// upon each update first test: new registration, receive push
implementation "com.google.firebase:firebase-messaging:20.1.3"
}