Skip to content

Commit 0940a0d

Browse files
committed
Bump Stream SDK to 5.7.0
1 parent 93390f2 commit 0940a0d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ android {
3131
}
3232
kotlinOptions {
3333
jvmTarget = '1.8'
34-
useIR = true
3534
}
3635
buildFeatures {
3736
compose true
@@ -47,11 +46,11 @@ android {
4746
}
4847

4948
dependencies {
50-
implementation "io.getstream:stream-chat-android-compose:5.4.0"
49+
implementation "io.getstream:stream-chat-android-compose:5.7.0"
5150

5251
implementation "androidx.compose.material:material-icons-extended:$compose_version"
5352
implementation "androidx.compose.ui:ui:$compose_version"
5453
implementation "androidx.compose.material:material:$compose_version"
5554
implementation "androidx.compose.ui:ui-tooling-preview:$compose_version"
56-
implementation "androidx.activity:activity-compose:1.4.0"
55+
implementation "androidx.activity:activity-compose:1.5.1"
5756
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
22
ext {
3-
compose_version = '1.1.1'
3+
compose_version = '1.2.0'
44
}
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
1010
classpath "com.android.tools.build:gradle:7.1.3"
11-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
11+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0"
1212
}
1313
}
1414

0 commit comments

Comments
 (0)