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 3d802ba commit 51927c8Copy full SHA for 51927c8
2 files changed
README.md
@@ -14,14 +14,14 @@ Add the following dependency to your `pom.xml`:
14
<dependency>
15
<groupId>io.getstream.client</groupId>
16
<artifactId>stream-java</artifactId>
17
- <version>3.2.4</version>
+ <version>$stream_version</version>
18
</dependency>
19
```
20
21
or in your `build.gradle`:
22
23
```gradle
24
-implementation 'io.getstream.client:stream-java:3.2.4'
+implementation 'io.getstream.client:stream-java:$stream_version'
25
26
27
In case you want to download the artifact and put it manually into your project,
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'io.getstream.client'
9
-version = '3.2.4'
+version = '3.3.0'
10
description = 'Stream Feeds official Java SDK'
11
12
repositories {
0 commit comments