Skip to content

Commit

Permalink
azure-communication-common release updates (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjafferi-msft authored Feb 20, 2024
1 parent 5ee8d1b commit 9925ef1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions sdk/communication/azure-communication-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions sdk/communication/azure-communication-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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")
}
```

Expand All @@ -53,7 +53,7 @@ To import the library into your project using the [Maven](https://maven.apache.o
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-common</artifactId>
<version>2.0.0-beta.2</version>
<version>1.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 9925ef1

Please sign in to comment.