Skip to content

Commit 1f14695

Browse files
authored
Merge pull request #71 from GetStream/stream/5.12.0
Bump Stream SDK to 5.12.0 and target SDK to 33
2 parents 75c81da + 3f830db commit 1f14695

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samplejava/build.gradle

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

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

88
defaultConfig {
99
applicationId "com.example.chattutorial"
1010
minSdk 21
11-
targetSdk 32
11+
targetSdk 33
1212
versionCode 1
1313
versionName "1.0"
1414

@@ -30,7 +30,7 @@ android {
3030

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:5.8.2"
33+
implementation "io.getstream:stream-chat-android-ui-components:5.12.0"
3434
implementation "com.google.android.material:material:1.6.1"
3535
implementation "androidx.activity:activity-ktx:1.5.1"
3636
implementation "io.coil-kt:coil:2.1.0"

samplekotlin/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 "com.example.chattutorial"
1111
minSdk 21
12-
targetSdk 32
12+
targetSdk 33
1313
versionCode 1
1414
versionName "1.0"
1515
}
@@ -22,7 +22,7 @@ android {
2222

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:5.8.2"
25+
implementation "io.getstream:stream-chat-android-ui-components:5.12.0"
2626
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
2727
implementation "com.google.android.material:material:1.6.1"
2828
implementation "androidx.activity:activity-ktx:1.5.1"

0 commit comments

Comments
 (0)