Skip to content

Commit 7d90e97

Browse files
authored
Merge pull request #16 from GetStream/stream/5.8.2
Bump Stream SDK to 5.12.0 and compose compiler to 1.4.0
2 parents c76eaab + 5a9050f commit 7d90e97

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/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

@@ -46,7 +46,7 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation "io.getstream:stream-chat-android-compose:5.8.2"
49+
implementation "io.getstream:stream-chat-android-compose:5.12.0"
5050

5151
implementation "androidx.compose.material:material-icons-extended:$compose_version"
5252
implementation "androidx.compose.ui:ui:$compose_version"

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
buildscript {
22
ext {
3-
compose_version = '1.2.1'
4-
compose_compiler_version = '1.3.0'
3+
compose_version = '1.3.0'
4+
compose_compiler_version = '1.4.0'
55
}
66
repositories {
77
google()
88
mavenCentral()
99
}
1010
dependencies {
1111
classpath "com.android.tools.build:gradle:7.2.2"
12-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
12+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0"
1313
}
1414
}
1515

0 commit comments

Comments
 (0)