Skip to content

Commit 9562e8e

Browse files
committed
update to 0.0.8
1 parent 7101dc3 commit 9562e8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Lightweight async HTTP client based on [OkHttp](https://square.github.io/okhttp/
77

88
```gradle
99
dependencies {
10-
implementation 'com.codepath.libraries:asynchttpclient:0.0.7'
10+
implementation 'com.codepath.libraries:asynchttpclient:0.0.8'
1111
}
1212
```
1313

@@ -42,4 +42,4 @@ dependencies {
4242
});
4343
```
4444

45-
See [example calls](https://github.com/codepath/AsyncHttpClient/blob/master/example/src/main/java/com/codepath/example/TestActivity.java):
45+
See [example calls](https://github.com/codepath/AsyncHttpClient/blob/master/example/src/main/java/com/codepath/example/TestActivity.java)

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
POM_DESC = "Async Http Client wrapper using OkHttp"
1212
POM_SCM_URL = 'https://github.com/codepath/AsyncHttpClient'
1313
BASE_VERSION = 1
14-
VERSION_NAME = "0.0.7"
14+
VERSION_NAME = "0.0.8"
1515
}
1616

1717
version = VERSION_NAME

0 commit comments

Comments
 (0)