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 @@ -51,7 +51,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
51
51
52
52
``` gradle
53
53
dependencies {
54
- implementation "io.getstream:stream-webrtc-android:1.0.4 "
54
+ implementation "io.getstream:stream-webrtc-android:1.0.5 "
55
55
}
56
56
```
57
57
@@ -74,7 +74,7 @@ repositories {
74
74
Next, add the below dependency to your ** module** 's ` build.gradle ` file.
75
75
``` gradle
76
76
dependencies {
77
- implementation "io.getstream:stream-webrtc-android:1.0.5 -SNAPSHOT"
77
+ implementation "io.getstream:stream-webrtc-android:1.0.6 -SNAPSHOT"
78
78
}
79
79
```
80
80
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 = 0
9
- const val patchVersion = 4
9
+ const val patchVersion = 5
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