Skip to content

Commit

Permalink
Bump the ably-android dependency to 1.2.32
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Sep 28, 2023
1 parent fab9096 commit 6925691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'

dependencies {
// https://github.com/ably/ably-java/
implementation 'io.ably:ably-android:1.2.31'
implementation 'io.ably:ably-android:1.2.32'

// https://firebase.google.com/docs/cloud-messaging/android/client
implementation 'com.google.firebase:firebase-messaging:23.0.4'
Expand All @@ -33,7 +33,7 @@ dependencies {
}

android {
compileSdkVersion 32
compileSdkVersion 33

// Require Java language level 8 so we can use Method References (used with Lambdas)
compileOptions {
Expand Down

0 comments on commit 6925691

Please sign in to comment.