Azure SDK for Android (April 2022)
The Azure SDK team is pleased to announce our April 2022 client library releases.
2 packages released this month.
Patch Updates (2)
-
Communication Chat
-
Communication Common
Release highlights
Communication Chat 1.0.2 Changelog
Other Changes
Dependency updates
- Updated
azure-core
dependency to1.0.0-beta.10
- Updated
azure-core-credential
dependency to1.0.0-beta.10
- Updated
azure-core-http
dependency to1.0.0-beta.10
- Updated
azure-core-http-okhttp
dependency to1.0.0-beta.10
- Updated
azure-core-logging
dependency to1.0.0-beta.10
- Updated
azure-core-rest
dependency to1.0.0-beta.10
- Updated
azure-communication-common
dependency to1.0.2
- Updated
android-retrofuture
dependency to1.7.4
Communication Common 1.0.2 Changelog
Other updates
Dependency updates
- Updated
azure-core
dependency to1.0.0-beta.10
- Updated
azure-core-logging
dependency to1.0.0-beta.10
- Updated
android-retrofuture
dependency to1.7.4
- Updated
jackson-databind
dependency to2.12.6
- Updated
threetenabp
dependency to1.3.1
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-chat:1.0.2'
implementation 'com.azure.android:azure-communication-common:1.0.2'
}
Kotlin
dependencies {
...
implementation("com.azure.android:azure-communication-chat:1.0.2")
implementation("com.azure.android:azure-communication-common:1.0.2")
}
Maven
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.0.2</version>
</dependency>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.