File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ Add the following dependency to your `pom.xml`:
1414<dependency >
1515 <groupId >io.getstream.client</groupId >
1616 <artifactId >stream-java</artifactId >
17- <version >3.2.4 </version >
17+ <version >$stream_version </version >
1818</dependency >
1919```
2020
2121or in your ` build.gradle ` :
2222
2323``` gradle
24- implementation 'io.getstream.client:stream-java:3.2.4 '
24+ implementation 'io.getstream.client:stream-java:$stream_version '
2525```
2626
2727In case you want to download the artifact and put it manually into your project,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66}
77
88group ' io.getstream.client'
9- version = ' 3.2.4 '
9+ version = ' 3.3.0 '
1010description = ' Stream Feeds official Java SDK'
1111
1212repositories {
You can’t perform that action at this time.
0 commit comments