Azure SDK for Android (October 2020)
The Azure SDK team is pleased to announce our October 2020 client library releases.
Beta
- Azure Communication Services Chat
- Azure Communication Services Common
- Azure Core
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.0-beta.2"
implementation "com.azure.android:azure-communication-common:1.0.0-beta.1"
implementation "com.azure.android:azure-core:1.0.0-beta.2"
}
Kotlin
dependencies {
...
implementation("com.azure.android:azure-communication-chat:1.0.0-beta.2")
implementation("com.azure.android:azure-communication-common:1.0.0-beta.1")
implementation("com.azure.android:azure-core:1.0.0-beta.2")
}
Maven
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-chat</artifactId>
<version>1.0.0-beta.2</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-beta.2</version>
</dependency>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.
Changelog
Detailed changelogs are linked from the Quick Links below. Here are some of the highlights:
Azure Communication Services Chat
1.0.0-beta.2 (Changelog)
- Initial Preview release for Azure Communication Services Chat
Azure Communication Services Common
1.0.0-beta.1 (Changelog)
- Initial Preview release for Azure Communication Services Common
Azure Core
1.0.0-beta.2 (Changelog)
New Features
- Added
PagedDataCollection
,PagedDataResponseCollection
,AsyncPagedDataCollection
and associated types to support pagination APIs.
1.0.0-beta.1 (Changelog)
- Initial Preview release for Azure Core
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.