Skip to content

Commit 2e63dcb

Browse files
committed
Prepare for release 1.2.0
1 parent e29f109 commit 2e63dcb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

6060
```kotlin
6161
dependencies {
62-
implementation("io.getstream:stream-webrtc-android:1.1.3")
62+
implementation("io.getstream:stream-webrtc-android:1.2.0")
6363
}
6464
```
6565

@@ -82,7 +82,7 @@ repositories {
8282
Next, add the below dependency to your **module**'s `build.gradle` file.
8383
```gradle
8484
dependencies {
85-
implementation "io.getstream:stream-webrtc-android:1.1.3-SNAPSHOT"
85+
implementation "io.getstream:stream-webrtc-android:1.2.1-SNAPSHOT"
8686
}
8787
```
8888

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ object Configurations {
55
const val targetSdk = 34
66
const val minSdk = 21
77
const val majorVersion = 1
8-
const val minorVersion = 1
9-
const val patchVersion = 3
8+
const val minorVersion = 2
9+
const val patchVersion = 0
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)