Skip to content

Commit

Permalink
README updated for 4.5.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed May 18, 2019
1 parent 348f176 commit f02c46b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Build script and dependencies to create repackaged upstream version of HttpClient and depdendencies (HttpMime, HttpCore, HttpClient-Cache) and get it working on Android API version from 3 to 23

Current version: **4.5.3** (originating from upstream HttpClient 4.5.3 version)
Current version: **4.5.8** (originating from upstream HttpClient 4.5.8 version)

## Usage

Expand All @@ -27,7 +27,7 @@ Build params (ENV variables) you can use:

## Maven Central

This repository version will publish the library under namespace `cz.msebera.android:httpclient:4.5.3`
This repository version will publish the library under namespace `cz.msebera.android:httpclient:4.5.8`

## Maven Local

Expand All @@ -39,7 +39,7 @@ Gradle dependency string, once you have it installed

```gradle
dependencies {
compile "cz.msebera.android:httpclient:4.5.3"
compile "cz.msebera.android:httpclient:4.5.8"
}
```

Expand Down

0 comments on commit f02c46b

Please sign in to comment.