File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/io/getstream Expand file tree Collapse file tree 2 files changed +3
-3
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:
5959
6060``` kotlin
6161dependencies {
62- implementation(" io.getstream:stream-webrtc-android:1.2.2 " )
62+ implementation(" io.getstream:stream-webrtc-android:1.2.3 " )
6363}
6464```
6565
@@ -82,7 +82,7 @@ repositories {
8282Next, add the below dependency to your ** module** 's ` build.gradle ` file.
8383``` gradle
8484dependencies {
85- implementation "io.getstream:stream-webrtc-android:1.2.2 -SNAPSHOT"
85+ implementation "io.getstream:stream-webrtc-android:1.2.4 -SNAPSHOT"
8686}
8787```
8888
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Configurations {
66 const val minSdk = 21
77 const val majorVersion = 1
88 const val minorVersion = 2
9- const val patchVersion = 2
9+ const val patchVersion = 3
1010 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
1111 const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
1212 const val artifactGroup = " io.getstream"
You can’t perform that action at this time.
0 commit comments