From 11c2c21b0c0b603f2689715c8fa2da1b9e0b5b5e Mon Sep 17 00:00:00 2001 From: Igor Kurek Date: Wed, 23 Feb 2022 13:13:14 +0100 Subject: [PATCH] Updated Firebase Cloud messaging dependency on Android to version 23.0.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d484547c3..82a0eb358 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'io.ably:ably-android:1.2.11' // https://firebase.google.com/docs/cloud-messaging/android/client - implementation 'com.google.firebase:firebase-messaging:22.0.0' + implementation 'com.google.firebase:firebase-messaging:23.0.0' // https://github.com/google/desugar_jdk_libs coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'