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 f261acc commit 1128792Copy full SHA for 1128792
README.md
@@ -15,14 +15,14 @@ Add the following dependency to your `pom.xml`:
15
<dependency>
16
<groupId>io.getstream.client</groupId>
17
<artifactId>stream-java</artifactId>
18
- <version>3.2.2</version>
+ <version>3.2.3</version>
19
</dependency>
20
```
21
22
or in your `build.gradle`:
23
24
```gradle
25
-compile 'io.getstream.client:stream-java:3.2.2'
+compile 'io.getstream.client:stream-java:3.2.3'
26
27
28
In case you want to download the artifact and put it manually into your project,
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
}
10
11
group 'io.getstream.client'
12
-version = '3.2.2'
+version = '3.2.3'
13
14
dependencies {
sourceCompatibility = 1.8
0 commit comments