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 @@ -58,7 +58,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
58
58
59
59
``` gradle
60
60
dependencies {
61
- implementation "io.getstream:stream-webrtc-android:1.1.0 "
61
+ implementation "io.getstream:stream-webrtc-android:1.1.1 "
62
62
}
63
63
```
64
64
@@ -81,7 +81,7 @@ repositories {
81
81
Next, add the below dependency to your ** module** 's ` build.gradle ` file.
82
82
``` gradle
83
83
dependencies {
84
- implementation "io.getstream:stream-webrtc-android:1.1.1 -SNAPSHOT"
84
+ implementation "io.getstream:stream-webrtc-android:1.1.2 -SNAPSHOT"
85
85
}
86
86
```
87
87
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object Configurations {
6
6
const val minSdk = 21
7
7
const val majorVersion = 1
8
8
const val minorVersion = 1
9
- const val patchVersion = 0
9
+ const val patchVersion = 1
10
10
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
11
11
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
12
12
const val artifactGroup = " io.getstream"
You can’t perform that action at this time.
0 commit comments