Skip to content

Commit

Permalink
Prepare for release 0.4.3 (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Dec 12, 2023
1 parent 65850a1 commit f4590fe
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 f4590fe

Please sign in to comment.