File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Lightweight async HTTP client based on [OkHttp](https://square.github.io/okhttp/
7
7
8
8
``` gradle
9
9
dependencies {
10
- implementation 'com.codepath.libraries:asynchttpclient:0.0.7 '
10
+ implementation 'com.codepath.libraries:asynchttpclient:0.0.8 '
11
11
}
12
12
```
13
13
@@ -42,4 +42,4 @@ dependencies {
42
42
});
43
43
```
44
44
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 )
Original file line number Diff line number Diff line change 11
11
POM_DESC = " Async Http Client wrapper using OkHttp"
12
12
POM_SCM_URL = ' https://github.com/codepath/AsyncHttpClient'
13
13
BASE_VERSION = 1
14
- VERSION_NAME = " 0.0.7 "
14
+ VERSION_NAME = " 0.0.8 "
15
15
}
16
16
17
17
version = VERSION_NAME
You can’t perform that action at this time.
0 commit comments