We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a1ea commit 283bea8Copy full SHA for 283bea8
README.md
@@ -7,7 +7,7 @@ Lightweight async HTTP client based on [OkHttp](https://square.github.io/okhttp/
7
8
```gradle
9
dependencies {
10
- implementation 'com.codepath.libraries:asynchttpclient:0.0.6'
+ implementation 'com.codepath.libraries:asynchttpclient:0.0.7'
11
}
12
```
13
library/build.gradle
@@ -11,7 +11,7 @@ ext {
POM_DESC = "Async Http Client wrapper using OkHttp"
POM_SCM_URL = 'https://github.com/codepath/AsyncHttpClient'
BASE_VERSION = 1
14
- VERSION_NAME = "0.0.6"
+ VERSION_NAME = "0.0.7"
15
16
17
version = VERSION_NAME
0 commit comments