Skip to content

Commit

Permalink
Merge pull request #387 from ably/fix/ably-java-version-update
Browse files Browse the repository at this point in the history
Updated ably-java to 1.2.12
  • Loading branch information
ikurek committed May 12, 2022
2 parents 4d42ef9 + fffb446 commit 7a04c53
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 @@ -23,7 +23,7 @@ apply plugin: 'com.android.library'

dependencies {
// https://github.com/ably/ably-java/
implementation 'io.ably:ably-android:1.2.11'
implementation 'io.ably:ably-android:1.2.12'

// https://firebase.google.com/docs/cloud-messaging/android/client
implementation 'com.google.firebase:firebase-messaging:23.0.0'
Expand Down

0 comments on commit 7a04c53

Please sign in to comment.