Skip to content

Commit 25dcdfa

Browse files
committed
Update Stream chat SDK versions
1 parent b7d9b3c commit 25dcdfa

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

compose-custom-attachments/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 32
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "io.getstream.chat.android.compose.customattachments"
1111
minSdk 21
12-
targetSdk 32
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515
}

custom-attachments-message-composer/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 32
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "io.getstream.chat.android.customattachmentsv2"
1111
minSdk 21
12-
targetSdk 32
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
// Stream SDK dependency
24-
implementation "io.getstream:stream-chat-android-ui-components:5.8.0"
24+
implementation "io.getstream:stream-chat-android-ui-components:5.11.3"
2525

2626
implementation libs.androidxCoreKtx
2727
implementation libs.androidxActivityKtx

custom-attachments-message-input/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 32
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "io.getstream.chat.android.customattachments"
1111
minSdk 21
12-
targetSdk 32
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
// Stream SDK dependency
24-
implementation "io.getstream:stream-chat-android-ui-components:5.8.0"
24+
implementation "io.getstream:stream-chat-android-ui-components:5.11.3"
2525

2626
implementation libs.androidxCoreKtx
2727
implementation libs.androidxActivityKtx

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "1.7.10"
3-
androidGradlePlugin = "7.2.1"
2+
kotlin = "1.7.20"
3+
androidGradlePlugin = "7.3.0"
44
androidxActivityKtx = "1.5.1"
55
androidxAppCompat = "1.4.2"
66
androidxCardView = "1.0.0"
@@ -12,8 +12,8 @@ androidxLifecycle = "2.5.1"
1212
androidxRecyclerView = "1.2.1"
1313
androidxViewPager2 = "1.0.0"
1414
coil = "2.1.0"
15-
compose = "1.2.1"
16-
composeCompiler = "1.3.0"
15+
compose = "1.3.0"
16+
composeCompiler = "1.3.2"
1717
composeAccompanist = "0.25.0"
1818
composeAcitvity = "1.5.1"
1919
composeViewModel = "2.4.1"

video-chat-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-android-extensions'
44

55
android {
6-
compileSdk 32
6+
compileSdk 33
77

88
defaultConfig {
99
applicationId "io.getstream.videochat"
1010
minSdk 23
11-
targetSdk 32
11+
targetSdk 33
1212
versionCode 1
1313
versionName "1.0"
1414
}

virtual-event-sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
7-
compileSdk 32
7+
compileSdk 33
88

99
defaultConfig {
1010
applicationId "io.getstream.chat.virtualevent"
1111
minSdk 26
12-
targetSdk 32
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515

@@ -71,7 +71,7 @@ android {
7171

7272
dependencies {
7373
// Stream SDK dependency
74-
implementation "io.getstream:stream-chat-android-ui-components:5.8.0"
74+
implementation "io.getstream:stream-chat-android-ui-components:5.11.3"
7575

7676
implementation libs.androidxCoreKtx
7777
implementation libs.androidxAppCompat

whatsapp-clone-sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
33
apply plugin: "androidx.navigation.safeargs.kotlin"
44

55
android {
6-
compileSdk 32
6+
compileSdk 33
77

88
defaultConfig {
99
applicationId "io.getstream.whatsappclone"
1010
minSdkVersion 21
11-
targetSdkVersion 32
11+
targetSdkVersion 33
1212
versionCode 1
1313
versionName "1.0"
1414
}
@@ -36,7 +36,7 @@ android {
3636

3737
dependencies {
3838
// Stream SDK dependency
39-
implementation "io.getstream:stream-chat-android-ui-components:5.8.0"
39+
implementation "io.getstream:stream-chat-android-ui-components:5.11.3"
4040

4141
implementation libs.kotlinStdLib
4242
implementation libs.androidxViewPager2

0 commit comments

Comments
 (0)