Skip to content

Commit

Permalink
Prepare for release 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 21, 2025
1 parent 1238db0 commit 980764c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:

```kotlin
dependencies {
implementation("io.getstream:stream-webrtc-android:1.3.6")
implementation("io.getstream:stream-webrtc-android:1.3.7")
}
```

Expand All @@ -83,7 +83,7 @@ Next, add the below dependency to your **module**'s `build.gradle` file:

```kotlin
dependencies {
implementation("io.getstream:stream-webrtc-android:1.3.6-SNAPSHOT")
implementation("io.getstream:stream-webrtc-android:1.3.8-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/getstream/Configurations.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Configurations {
const val appMinSdk = 24
const val majorVersion = 1
const val minorVersion = 3
const val patchVersion = 6
const val patchVersion = 7
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
Expand Down

0 comments on commit 980764c

Please sign in to comment.