Skip to content

Commit 18705b8

Browse files
committed
Prepare for release 1.3.3
1 parent b156fdd commit 18705b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
5959

6060
```kotlin
6161
dependencies {
62-
implementation("io.getstream:stream-webrtc-android:1.3.2")
62+
implementation("io.getstream:stream-webrtc-android:1.3.3")
6363
}
6464
```
6565

buildSrc/src/main/kotlin/io/getstream/Configurations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Configurations {
77
const val appMinSdk = 24
88
const val majorVersion = 1
99
const val minorVersion = 3
10-
const val patchVersion = 2
10+
const val patchVersion = 3
1111
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)