Skip to content

Commit

Permalink
Merge pull request #338 from ably/dependency/firebase-cloud-messaging
Browse files Browse the repository at this point in the history
Updated Firebase Cloud messaging dependency on Android to version 23.0.0
  • Loading branch information
ikurek authored Feb 23, 2022
2 parents 6f12354 + cf0a327 commit fe079b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fe079b4

Please sign in to comment.