Skip to content

Commit 9925ef1

Browse files
azure-communication-common release updates (#1520)
1 parent 5ee8d1b commit 9925ef1

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.2.0 (Unreleased)
3+
## 1.2.0 (2024-02-20)
44

55
### Features Added
66
- Added support for a new communication identifier `MicrosoftTeamsAppIdentifier`.
@@ -9,10 +9,6 @@
99
- 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:`.
1010
- Updated `targetSdkVersion` and `compileSdkVersion` from `30` to `34`.
1111

12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1612
## 2.0.0-beta.2 (2023-05-16)
1713

1814
### Features Added

sdk/communication/azure-communication-common/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package contains common code for Azure Communication Service libraries.
2020
APIs that would require the Java 8+ API desugaring provided by Android Gradle plugin 4.0.0.
2121

2222
### Versions available
23-
The current version of this library is **2.0.0-beta.2**.
23+
The current version of this library is **1.2.0**.
2424

2525
### Install the library
2626
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
3636
// build.gradle
3737
dependencies {
3838
...
39-
implementation "com.azure.android:azure-communication-common:2.0.0-beta.2"
39+
implementation "com.azure.android:azure-communication-common:1.2.0"
4040
}
4141
4242
// build.gradle.kts
4343
dependencies {
4444
...
45-
implementation("com.azure.android:azure-communication-common:2.0.0-beta.2")
45+
implementation("com.azure.android:azure-communication-common:1.2.0")
4646
}
4747
```
4848

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

0 commit comments

Comments
 (0)