Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 12, 2023
2 parents 8d0ce23 + f4590fe commit c72d96b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ object Configuration {
const val minSdk = 24
const val majorVersion = 0
const val minorVersion = 4
const val patchVersion = 2
const val patchVersion = 3
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 12
const val versionCode = 13
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
const val streamVideoCallGooglePlayVersion = "1.0.2"
const val streamVideoCallGooglePlayVersion = "1.0.3"
}
2 changes: 1 addition & 1 deletion docusaurus/docs/Android/06-advanced/07-chat-with-video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Let the project sync. It should have all the dependencies required for you to fi
```groovy
dependencies {
// Stream Video Compose SDK
implementation("io.getstream:stream-video-android-ui-compose:0.4.2")
implementation("io.getstream:stream-video-android-ui-compose:0.4.3")
// Stream Chat
implementation(libs.stream.chat.compose)
Expand Down

0 comments on commit c72d96b

Please sign in to comment.