File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,20 @@ You can sign up for a Stream account at https://getstream.io/get_started.
99
1010### Installation
1111
12- Add the following dependency to your pom.xml:
12+ Add the following dependency to your ` pom.xml ` :
1313
1414``` xml
1515<dependency >
1616 <groupId >io.getstream.client</groupId >
1717 <artifactId >stream-java</artifactId >
18- <version >3.2.0 </version >
18+ <version >3.2.1 </version >
1919</dependency >
2020```
2121
22- or in your build.gradle:
22+ or in your ` build.gradle ` :
2323
2424``` gradle
25- compile 'io.getstream.client:stream-java:3.2.0 '
25+ compile 'io.getstream.client:stream-java:3.2.1 '
2626```
2727
2828In case you want to download the artifact and put it manually into your project,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group ' io.getstream.client'
12- version = ' 3.2.0 '
12+ version = ' 3.2.1 '
1313
1414dependencies {
1515 sourceCompatibility = 1.8
You can’t perform that action at this time.
0 commit comments