The Azure SDK team is pleased to announce our December 2022 client library releases.

1 packages released this month.

Stable Packages (1)

  • Communication Common

Release highlights

Communication Common 1.1.0 Changelog

Bugs Fixed

  • Fixed the logic of PhoneNumberIdentifier to always maintain the original phone number string whether it included the leading + sign or not.
Dependency updates
  • Updated android-core version to 1.0.0-beta.12.
  • Updated android-core-logging version to 1.0.0-beta.12.
  • Updated jackson-databind dependency to 2.12.7.1.

Need help

Latest Releases

View all the latest versions of Android packages here.

Installation Instructions

To use the latest GA and beta libraries, refer to the dependency information below, which may be copied into your projects Gradle build.gradle or Maven pom.xml file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.

Gradle

Java

dependencies {
    ...
    implementation 'com.azure.android:azure-communication-common:1.1.0'
}

Kotlin

dependencies {
    ...
    implementation("com.azure.android:azure-communication-common:1.1.0")
}

Maven

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-common</artifactId>
    <version>1.1.0</version>
</dependency>

Feedback

If you have a bug or feature request for one of the libraries, please post an issue to GitHub.