From 9925ef15ceec8e787c6fa78b85fd0a6811af2580 Mon Sep 17 00:00:00 2001 From: Maqsood Jafferi Date: Tue, 20 Feb 2024 14:24:15 +0200 Subject: [PATCH] azure-communication-common release updates (#1520) --- sdk/communication/azure-communication-common/CHANGELOG.md | 6 +----- sdk/communication/azure-communication-common/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/sdk/communication/azure-communication-common/CHANGELOG.md b/sdk/communication/azure-communication-common/CHANGELOG.md index f552d5e3ed..9bba026e4f 100644 --- a/sdk/communication/azure-communication-common/CHANGELOG.md +++ b/sdk/communication/azure-communication-common/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.2.0 (Unreleased) +## 1.2.0 (2024-02-20) ### Features Added - Added support for a new communication identifier `MicrosoftTeamsAppIdentifier`. @@ -9,10 +9,6 @@ - Introduction of `MicrosoftTeamsAppIdentifier` is a breaking change. It will impact any code that previously depended on the use of UnknownIdentifier with rawIDs starting with `28:orgid:`, `28:dod:`, or `28:gcch:`. - Updated `targetSdkVersion` and `compileSdkVersion` from `30` to `34`. -### Bugs Fixed - -### Other Changes - ## 2.0.0-beta.2 (2023-05-16) ### Features Added diff --git a/sdk/communication/azure-communication-common/README.md b/sdk/communication/azure-communication-common/README.md index a2a8ca2ebf..406bfe15bc 100644 --- a/sdk/communication/azure-communication-common/README.md +++ b/sdk/communication/azure-communication-common/README.md @@ -20,7 +20,7 @@ This package contains common code for Azure Communication Service libraries. APIs that would require the Java 8+ API desugaring provided by Android Gradle plugin 4.0.0. ### Versions available -The current version of this library is **2.0.0-beta.2**. +The current version of this library is **1.2.0**. ### Install the library To install the Azure client libraries for Android, add them as dependencies within your @@ -36,13 +36,13 @@ Add an `implementation` configuration to the `dependencies` block of your app's // build.gradle dependencies { ... - implementation "com.azure.android:azure-communication-common:2.0.0-beta.2" + implementation "com.azure.android:azure-communication-common:1.2.0" } // build.gradle.kts dependencies { ... - implementation("com.azure.android:azure-communication-common:2.0.0-beta.2") + implementation("com.azure.android:azure-communication-common:1.2.0") } ``` @@ -53,7 +53,7 @@ To import the library into your project using the [Maven](https://maven.apache.o com.azure.android azure-communication-common - 2.0.0-beta.2 + 1.2.0 ```