This repository was archived by the owner on Jun 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
sdk/communication/azure-communication-chat Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11ext. publishName = " Microsoft Azure Android Client Library Chat SDK For Communication Service"
22description = " 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 "
44ext. versionCode = 1
55
66android {
@@ -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: $a zureCommunicationCommonVersion "
4646 // <!-- end: api Dependencies -->
4747
4848 // <!-- begin: implementation Dependencies -->
You can’t perform that action at this time.
0 commit comments