File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
buildSrc/src/main/kotlin/io/getstream/video/android
docusaurus/docs/Android/06-advanced Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Let the project sync. It should have all the dependencies required for you to fi
3131``` groovy
3232dependencies {
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)
You can’t perform that action at this time.
0 commit comments