75ba61f27f
* Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023). * Updated `targetSdkVersion` and `compileSdkVersion` to use Android API level 34 (released in October 2023). * Attempt at fixing JaCoCo issue. * Updated CHANGELOGs, READMEs and gradle.properties files. * Fixed Sample App's `AndroidManifest.xml` |
||
---|---|---|
.. | ||
azure-core | ||
azure-core-credential | ||
azure-core-http | ||
azure-core-http-httpurlconnection | ||
azure-core-http-okhttp | ||
azure-core-jackson | ||
azure-core-logging | ||
azure-core-rest | ||
azure-core-test | ||
.gitignore | ||
README.md | ||
ci.yml | ||
tests.yml |
README.md
Azure Core shared library for Android
Azure Core provides shared primitives, abstractions, and helpers for modern Android Azure SDK client libraries.
Sub-projects
Azure Core is split into a number of sub-components:
-
https://github.com/Azure/azure-sdk-for-android/blob/main/sdk/core/azure-core is the primary library, used by all client libraries to offer the functionality outlined above.
-
TODO