Skip to content

Commit

Permalink
chore: bump ably-java version
Browse files Browse the repository at this point in the history
  • Loading branch information
ttypic committed Jan 15, 2025
1 parent c3eeabc commit 6793646
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions chat-android/src/main/java/com/ably/chat/EventTypes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ object PubSubMessageNames {
}

internal val messageActionNameToAction = mapOf(
/** Represents a message with no action set. */
"message.unset" to MessageAction.MESSAGE_UNSET,

/** Action applied to a new message. */
"message.create" to MessageAction.MESSAGE_CREATE,
Expand All @@ -37,14 +35,11 @@ internal val messageActionNameToAction = mapOf(
/** Action applied to a deleted message. */
"message.delete" to MessageAction.MESSAGE_DELETE,

/** Action applied to a new annotation. */
"annotation.create" to MessageAction.ANNOTATION_CREATE,

/** Action applied to a deleted annotation. */
"annotation.delete" to MessageAction.ANNOTATION_DELETE,

/** Action applied to a meta occupancy message. */
"meta.occupancy" to MessageAction.META_OCCUPANCY,

/** Action applied to a message summary. */
"message.summary" to MessageAction.MESSAGE_SUMMARY,
)

/**
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format

[versions]
ably = "1.2.47"
ably = "1.2.48"
junit = "4.13.2"
agp = "8.5.2"
detekt = "1.23.6"
Expand Down

0 comments on commit 6793646

Please sign in to comment.