Skip to content

Commit

Permalink
Merge pull request #822 from ably/feature/upgrade-ably-java
Browse files Browse the repository at this point in the history
Upgrade ably-java to 1.2.20
  • Loading branch information
KacperKluka authored Nov 24, 2022
2 parents 02d58b4 + beb3929 commit c931e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
// The version of Ably's client library for Java that we're using.
// Source code: https://github.com/ably/ably-java
// Maven coordinates: groupId 'io.ably', artifactId ':'ably-android'.
ext.ably_core_version = '1.2.18'
ext.ably_core_version = '1.2.20'

repositories {
google()
Expand Down

0 comments on commit c931e21

Please sign in to comment.