Skip to content

Commit f303f9d

Browse files
committed
Update README
1 parent b76180d commit f303f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Also, anyone can contribute to improving code, docs, or something following our
3535
Add the dependency below to your **module**'s `build.gradle` file:
3636
```gradle
3737
dependencies {
38-
implementation "io.getstream:sketchbook:1.0.2"
38+
implementation "io.getstream:sketchbook:1.0.3"
3939
}
4040
```
4141

@@ -57,7 +57,7 @@ repositories {
5757
Next, add the below dependency to your **module**'s `build.gradle` file.
5858
```gradle
5959
dependencies {
60-
implementation "io.getstream:sketchbook:1.0.2-SNAPSHOT"
60+
implementation "io.getstream:sketchbook:1.0.4-SNAPSHOT"
6161
}
6262
```
6363

0 commit comments

Comments
 (0)