Skip to content

Commit 08d811f

Browse files
authored
Merge pull request #673 from GetStream/prepare_0_2_0
Prepare 0.2.0 release
2 parents 398aec0 + b80b159 commit 08d811f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Configuration {
55
const val targetSdk = 33
66
const val minSdk = 24
77
const val majorVersion = 0
8-
const val minorVersion = 1
8+
const val minorVersion = 2
99
const val patchVersion = 0
1010
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
1111
const val versionCode = 1

docusaurus/docs/Android/02-tutorials/01-video-calling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you're new to android, note that there are 2 `build.gradle` files, you want t
2929
```groovy
3030
dependencies {
3131
// Stream Video Compose SDK
32-
implementation("io.getstream:stream-video-android-compose:0.1.0")
32+
implementation("io.getstream:stream-video-android-compose:0.2.0")
3333
3434
// Optionally add Jetpack Compose if Android studio didn't automatically include them
3535
implementation(platform("androidx.compose:compose-bom:2023.06.00"))

docusaurus/docs/Android/02-tutorials/02-audio-room.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you're new to android, note that there are 2 `build.gradle` files, you want t
3636
```groovy
3737
dependencies {
3838
// Stream Video Compose SDK
39-
implementation("io.getstream:stream-video-android-compose:0.1.0")
39+
implementation("io.getstream:stream-video-android-compose:0.2.0")
4040
4141
// Jetpack Compose (optional/ android studio typically adds them when you create a new project)
4242
implementation(platform("androidx.compose:compose-bom:2023.06.00"))

docusaurus/docs/Android/06-advanced/04-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-compose:0.1.0")
34+
implementation("io.getstream:stream-video-android-compose:0.2.0")
3535
3636
// Stream Chat
3737
implementation(libs.stream.chat.compose)

0 commit comments

Comments
 (0)