Skip to content

Commit 09d6c8b

Browse files
committed
Prepare for release 1.1.1
1 parent 5675076 commit 09d6c8b

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
@@ -58,7 +58,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
5858

5959
```gradle
6060
dependencies {
61-
implementation "io.getstream:stream-webrtc-android:1.1.0"
61+
implementation "io.getstream:stream-webrtc-android:1.1.1"
6262
}
6363
```
6464

@@ -81,7 +81,7 @@ repositories {
8181
Next, add the below dependency to your **module**'s `build.gradle` file.
8282
```gradle
8383
dependencies {
84-
implementation "io.getstream:stream-webrtc-android:1.1.1-SNAPSHOT"
84+
implementation "io.getstream:stream-webrtc-android:1.1.2-SNAPSHOT"
8585
}
8686
```
8787

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 = 1
9-
const val patchVersion = 0
9+
const val patchVersion = 1
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)