azure-sdk-for-android/sdk/core/azure-core-http-httpurlconn...
vcolin7 75ba61f27f
Updated `targetSdkVersion` and `compileSdkVersion` (#1514)
* 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`
2024-02-15 14:20:02 -08:00
..
src azure-core-http-*: Correcting META-INF HttpClientProvider file names to have android namespace. 2021-03-08 13:41:14 -08:00
CHANGELOG.md Updated `targetSdkVersion` and `compileSdkVersion` (#1514) 2024-02-15 14:20:02 -08:00
README.md Updated `targetSdkVersion` and `compileSdkVersion` (#1514) 2024-02-15 14:20:02 -08:00
build.gradle Move version property to gradle.properties file, add versioning tools (#853) 2021-08-25 16:42:05 -07:00
gradle.properties Updated `targetSdkVersion` and `compileSdkVersion` (#1514) 2024-02-15 14:20:02 -08:00

README.md

Azure Core HttpUrlConnection HTTP plugin library for Android

Build Documentation

Azure Core HttpUrlConnection HTTP client is a plugin for the azure-core HTTP client API.

Getting started

Prerequisites

Include the package

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>azure-core-http-httpurlconnection</artifactId>
    <version>1.0.0-beta.14</version>
</dependency>

Key concepts

The key concepts of Azure Core HTTP HttpUrlConnection include:

  • TODO

Examples

Troubleshooting

If you encounter any bugs, please file issues via GitHub Issues or checkout StackOverflow for Azure Android SDK.

Contributing

If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions