Skip to content

Commit 00926f6

Browse files
committed
Prepare for release 1.0.7
1 parent 9645281 commit 00926f6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
5151

5252
```gradle
5353
dependencies {
54-
implementation "io.getstream:stream-webrtc-android:1.0.6"
54+
implementation "io.getstream:stream-webrtc-android:1.0.7"
5555
}
5656
```
5757

@@ -74,7 +74,7 @@ repositories {
7474
Next, add the below dependency to your **module**'s `build.gradle` file.
7575
```gradle
7676
dependencies {
77-
implementation "io.getstream:stream-webrtc-android:1.0.7-SNAPSHOT"
77+
implementation "io.getstream:stream-webrtc-android:1.0.8-SNAPSHOT"
7878
}
7979
```
8080

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Configurations {
66
const val minSdk = 21
77
const val majorVersion = 1
88
const val minorVersion = 0
9-
const val patchVersion = 6
9+
const val patchVersion = 7
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1212
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)