Skip to content

Commit 309c67c

Browse files
authored
Update README.md
1 parent c4aaec8 commit 309c67c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.2</version>
23+
<version>2.1.3</version>
2424
</dependency>
2525
```
2626

2727
or in your build.gradle:
2828

2929
```gradle
30-
compile 'io.getstream.client:stream-repo-apache:2.1.2'
30+
compile 'io.getstream.client:stream-repo-apache:2.1.3'
3131
```
3232

3333
Instead, 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.2</version>
39+
<version>2.1.3</version>
4040
</dependency>
4141
```
4242

4343
or in your build.gradle:
4444

4545
```gradle
46-
compile 'io.getstream.client:stream-repo-okhttp:2.1.2'
46+
compile 'io.getstream.client:stream-repo-okhttp:2.1.3'
4747
```
4848

4949
In case you want to download the artifact and put it manually into your project,

0 commit comments

Comments
 (0)