File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
sdk/communication/azure-communication-common Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.1.0-beta.2 (Unreleased)
4-
5- ### Features Added
6-
7- ### Breaking Changes
3+ ## 1.1.0 (2022-11-11)
84
95### Bugs Fixed
106- Fixed the logic of ` PhoneNumberIdentifier ` to always maintain the original phone number string whether it included the leading + sign or not.
117
12- ### Other Changes
13-
148#### Dependency updates
159- Updated ` android-core ` version to ` 1.0.0-beta.12 ` .
1610- Updated ` android-core-logging ` version to ` 1.0.0-beta.12 ` .
Original file line number Diff line number Diff 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.0.2 ** .
23+ The current version of this library is ** 1.1.0 ** .
2424
2525### Install the library
2626To 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
3737dependencies {
3838 ...
39- implementation "com.azure.android:azure-communication-common:1.0.2 "
39+ implementation "com.azure.android:azure-communication-common:1.1.0 "
4040}
4141
4242// build.gradle.kts
4343dependencies {
4444 ...
45- implementation("com.azure.android:azure-communication-common:1.0.2 ")
45+ implementation("com.azure.android:azure-communication-common:1.1.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 >1.0.2 </version >
56+ <version >1.1.0 </version >
5757</dependency >
5858```
5959
Original file line number Diff line number Diff line change 1- version =1.1.0-beta.2
1+ version =1.1.0
You can’t perform that action at this time.
0 commit comments