Skip to content

Commit c72d96b

Browse files
committed
Merge branch 'develop'
2 parents 8d0ce23 + f4590fe commit c72d96b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/src/main/kotlin/io/getstream/video/android/Configuration.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ object Configuration {
66
const val minSdk = 24
77
const val majorVersion = 0
88
const val minorVersion = 4
9-
const val patchVersion = 2
9+
const val patchVersion = 3
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11-
const val versionCode = 12
11+
const val versionCode = 13
1212
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
1313
const val artifactGroup = "io.getstream"
14-
const val streamVideoCallGooglePlayVersion = "1.0.2"
14+
const val streamVideoCallGooglePlayVersion = "1.0.3"
1515
}

docusaurus/docs/Android/06-advanced/07-chat-with-video.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Let the project sync. It should have all the dependencies required for you to fi
3131
```groovy
3232
dependencies {
3333
// Stream Video Compose SDK
34-
implementation("io.getstream:stream-video-android-ui-compose:0.4.2")
34+
implementation("io.getstream:stream-video-android-ui-compose:0.4.3")
3535
3636
// Stream Chat
3737
implementation(libs.stream.chat.compose)

0 commit comments

Comments
 (0)