From 21fc4582b3b0fea935925fce9cd77dd3e625a214 Mon Sep 17 00:00:00 2001 From: evgeny Date: Thu, 4 Apr 2024 15:00:56 +0100 Subject: [PATCH] chore: bump ably-java to 1.2.36 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e56d4b71f..f3aa997ec 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'com.android.library' dependencies { // https://github.com/ably/ably-java/ - implementation 'io.ably:ably-android:1.2.35' + implementation 'io.ably:ably-android:1.2.36' // https://firebase.google.com/docs/cloud-messaging/android/client implementation 'com.google.firebase:firebase-messaging:23.0.4'