Azure SDK for Android (June 2025)
The Azure SDK team is pleased to announce our June 2025 client library releases.
1 packages released this month.
Stable Packages (1)
- Communication Common
Release highlights
Communication Common 1.3.0 Changelog
Features Added
- Added support for a new communication identifier
TeamsExtensionUserIdentifier
which maps rawIds with format8:acs:{resourceId}_{tenantId}_{userId}
. - Added
isAnonymous
andgetAssertedId
methods toPhoneNumberIdentifier
.
Need help
- For reference documentation visit the Azure SDK for Android documentation.
- For tutorials, samples, quick starts and other documentation, visit the Azure SDK for Android repository.
- File an issue via Github Issues.
- Check previous questions or ask new ones on
StackOverflow using the
azure-android-sdk
tag.
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.3.0'
}
Kotlin
dependencies {
...
implementation("com.azure.android:azure-communication-common:1.3.0")
}
Maven
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.3.0</version>
</dependency>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.