Skip to content

Commit afab66d

Browse files
committed
Prepare for the release 1.0.5
1 parent 5c5b1a6 commit afab66d

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.4"
54+
implementation "io.getstream:stream-webrtc-android:1.0.5"
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.5-SNAPSHOT"
77+
implementation "io.getstream:stream-webrtc-android:1.0.6-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 = 4
9+
const val patchVersion = 5
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)