Skip to content

Commit 97412cf

Browse files
committed
unbreak build (revert firebase to 18.0.0)
1 parent 111b9c0 commit 97412cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
exclude module: 'support-v4'
5353
}
5454
implementation 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:latest.integration'
55-
withGCMImplementation 'com.google.firebase:firebase-messaging:23.0.8'
55+
withGCMImplementation 'com.google.firebase:firebase-messaging:18.0.0'
5656
}
5757

5858
// apply plugin: 'com.google.gms.google-services' //Add this line

0 commit comments

Comments
 (0)