File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
buildSrc/src/main/kotlin/io/getstream Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
59
59
60
60
``` kotlin
61
61
dependencies {
62
- implementation(" io.getstream:stream-webrtc-android:1.3.2 " )
62
+ implementation(" io.getstream:stream-webrtc-android:1.3.3 " )
63
63
}
64
64
```
65
65
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ object Configurations {
7
7
const val appMinSdk = 24
8
8
const val majorVersion = 1
9
9
const val minorVersion = 3
10
- const val patchVersion = 2
10
+ const val patchVersion = 3
11
11
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
12
12
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
13
13
const val artifactGroup = " io.getstream"
You can’t perform that action at this time.
0 commit comments