Skip to content

Commit 98df7b2

Browse files
authored
Prepared new ACS Common release. (#1523)
1 parent 709bce7 commit 98df7b2

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ allprojects {
264264
androidxTestVersion = "1.4.0"
265265
appCompatVersion = "1.2.0"
266266
azureCommunicationCommonVersion = "1.2.0"
267-
azureCoreVersion = "1.0.0-beta.12"
267+
azureCoreVersion = "1.0.0-beta.14"
268268
jacksonVersion = "2.12.7" // Do not upgrade to 2.13.0 and above, as it introduced using an API not available in javax.xml.stream:stax-api:1.0-2. See: https://github.com/Azure/azure-sdk-for-android/issues/1017.
269269
jacksonDatabindVersion = "2.12.7.1" // Need this to be a separate version to include a security fix.
270270
junitJupiterVersion = "5.7.2"

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Release History
22

3-
# 1.3.0-beta.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.2.1 (2024-02-23)
104

115
### Other Changes
126

7+
#### Dependency Updates
8+
- Updated `android-core` version to `1.0.0-beta.14`.
9+
- Updated `android-core-logging` version to `1.0.0-beta.14`.
10+
1311
## 1.2.0 (2024-02-20)
1412

1513
### 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 **1.2.0**.
23+
The current version of this library is **1.2.1**.
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:1.2.0"
39+
implementation "com.azure.android:azure-communication-common:1.2.1"
4040
}
4141
4242
// build.gradle.kts
4343
dependencies {
4444
...
45-
implementation("com.azure.android:azure-communication-common:1.2.0")
45+
implementation("com.azure.android:azure-communication-common:1.2.1")
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>1.2.0</version>
56+
<version>1.2.1</version>
5757
</dependency>
5858
```
5959

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.3.0-beta.1
1+
version=1.2.1

0 commit comments

Comments
 (0)