We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 001d413 commit 7969934Copy full SHA for 7969934
2 files changed
README.md
@@ -59,7 +59,7 @@ Add the below dependency to your **module**'s `build.gradle` file:
59
60
```kotlin
61
dependencies {
62
- implementation("io.getstream:stream-webrtc-android:1.3.7")
+ implementation("io.getstream:stream-webrtc-android:1.3.8")
63
}
64
```
65
buildSrc/src/main/kotlin/io/getstream/Configurations.kt
@@ -7,7 +7,7 @@ object Configurations {
7
const val appMinSdk = 24
8
const val majorVersion = 1
9
const val minorVersion = 3
10
- const val patchVersion = 7
+ const val patchVersion = 8
11
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "io.getstream"
0 commit comments