Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

Commit 5aa18bc

Browse files
authored
Update chat CHANGELOG.md and fix common lib dependency issue for release (#835)
1 parent 0317a36 commit 5aa18bc

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ allprojects {
246246
annotationsVersion = "1.1.0"
247247
appCompatVersion = "1.2.0"
248248
archCoreTestVersion = "2.1.0"
249+
azureCommunicationCommonVersion = "1.0.1"
249250
azureCoreVersion = "1.0.0-beta.6"
250251
concurrentFuturesVersion = "1.0.0"
251252
dataproviderVersion = "2.6"

sdk/communication/azure-communication-chat/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Release History
2+
3+
## 1.1.0-beta.2 (2021-08-10)
4+
- Version update.
5+
- Fix `azure-communication-common` dependency issue.
6+
27
## 1.1.0-beta.1 (2021-08-10)
38
- Added support for metadata in messages.
49
- Added options class `TypingNotificationOptions` for setting `SenderDisplayName` of the notification sender.

sdk/communication/azure-communication-chat/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext.publishName = "Microsoft Azure Android Client Library Chat SDK For Communication Service"
22
description = "This package contains the Android client library Chat SDK for Microsoft Azure Communication Service."
3-
version = "1.1.0-beta.1"
3+
version = "1.1.0-beta.2"
44
ext.versionCode = 1
55

66
android {
@@ -42,7 +42,7 @@ dependencies {
4242

4343
api "net.sourceforge.streamsupport:android-retrofuture:$retroFutureVersion"
4444

45-
api project(":sdk:communication:azure-communication-common")
45+
api "com.azure.android:azure-communication-common:$azureCommunicationCommonVersion"
4646
// <!-- end: api Dependencies -->
4747

4848
// <!-- begin: implementation Dependencies -->

0 commit comments

Comments
 (0)