File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ If you decide to go for the *Apache HttpClient* implementation, add the followin
2020<dependency >
2121 <groupId >io.getstream.client</groupId >
2222 <artifactId >stream-repo-apache</artifactId >
23- <version >2.1.0 </version >
23+ <version >2.1.2 </version >
2424</dependency >
2525```
2626
2727or in your build.gradle:
2828
2929``` gradle
30- compile 'io.getstream.client:stream-repo-apache:2.1.0 '
30+ compile 'io.getstream.client:stream-repo-apache:2.1.2 '
3131```
3232
3333Instead, if you opted for the * OkHttp* implementation please add it to your pom.xml
@@ -36,14 +36,14 @@ Instead, if you opted for the *OkHttp* implementation please add it to your pom.
3636<dependency >
3737 <groupId >io.getstream.client</groupId >
3838 <artifactId >stream-repo-okhttp</artifactId >
39- <version >2.1.0 </version >
39+ <version >2.1.2 </version >
4040</dependency >
4141```
4242
4343or in your build.gradle:
4444
4545``` gradle
46- compile 'io.getstream.client:stream-repo-okhttp:2.1.0 '
46+ compile 'io.getstream.client:stream-repo-okhttp:2.1.2 '
4747```
4848
4949In case you want to download the artifact and put it manually into your project,
You can’t perform that action at this time.
0 commit comments