Azure SDK for Android (November 2022)
The Azure SDK team is pleased to announce our November 2022 client library releases.
10 packages released this month.
Stable Packages (1)
- Communication Common
Beta Packages (9)
-
Core
-
Core Credential
-
Core HTTP
-
Core HTTP HttpUrlConnection
-
Core HTTP OkHttp
-
Core Jackson
-
Core Logging
-
Core REST
-
Core Test
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 to1.0.0-beta.12
. - Updated
android-core-logging
version to1.0.0-beta.12
. - Updated
jackson-databind
dependency to2.12.7.1
.
Core 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core Credential 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core HTTP 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core
dependency version to1.0.0-beta.12
. - Updated
azure-core-credential
dependency version to1.0.0-beta.12
. - Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core HTTP HttpUrlConnection 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core-http
dependency version to1.0.0-beta.12
. - Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core HTTP OkHttp 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core-http
dependency version to1.0.0-beta.12
. - Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core Jackson 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core
dependency version to1.0.0-beta.12
. - Updated
jackson-databind
dependency to2.12.7.1
. - Updated
woodstox-core
dependency to6.4.0
.
Core Logging 1.0.0-beta.12 Changelog
Core REST 1.0.0-beta.12 Changelog
Other Changes
Dependency updates
- Updated
azure-core
dependency version to1.0.0-beta.12
. - Updated
azure-core-http
dependency version to1.0.0-beta.12
. - Updated
azure-core-jackson
dependency version to1.0.0-beta.12
. - Updated
azure-core-logging
dependency version to1.0.0-beta.12
.
Core Test 1.0.0-beta.12 Changelog
Other Changes
- Updated
azure-core
dependency version to1.0.0-beta.12
. - Updated
azure-core-jackson
dependency version to1.0.0-beta.12
. - Updated
azure-core-rest
dependency version to1.0.0-beta.12
. - Updated
jackson-databind
dependency to2.12.7.1
. - Updated
woodstox-core
dependency to6.4.0
.
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.1.0'
implementation 'com.azure.android:azure-core:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-credential:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-http:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-http-httpurlconnection:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-http-okhttp:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-jackson:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-logging:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-rest:1.0.0-beta.12'
implementation 'com.azure.android:azure-core-test:1.0.0-beta.12'
}
Kotlin
dependencies {
...
implementation("com.azure.android:azure-communication-common:1.1.0")
implementation("com.azure.android:azure-core:1.0.0-beta.12")
implementation("com.azure.android:azure-core-credential:1.0.0-beta.12")
implementation("com.azure.android:azure-core-http:1.0.0-beta.12")
implementation("com.azure.android:azure-core-http-httpurlconnection:1.0.0-beta.12")
implementation("com.azure.android:azure-core-http-okhttp:1.0.0-beta.12")
implementation("com.azure.android:azure-core-jackson:1.0.0-beta.12")
implementation("com.azure.android:azure-core-logging:1.0.0-beta.12")
implementation("com.azure.android:azure-core-rest:1.0.0-beta.12")
implementation("com.azure.android:azure-core-test:1.0.0-beta.12")
}
Maven
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-communication-common</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-credential</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-http</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-http-httpurlconnection</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-jackson</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-logging</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-rest</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
<dependency>
<groupId>com.azure.android</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.0.0-beta.12</version>
</dependency>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.