File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636 compose true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion compose_version
39+ kotlinCompilerExtensionVersion compose_compiler_version
4040 }
4141 packagingOptions {
4242 resources {
@@ -46,7 +46,7 @@ android {
4646}
4747
4848dependencies {
49- implementation " io.getstream:stream-chat-android-compose:5.7.0 "
49+ implementation " io.getstream:stream-chat-android-compose:5.8.1 "
5050
5151 implementation " androidx.compose.material:material-icons-extended:$compose_version "
5252 implementation " androidx.compose.ui:ui:$compose_version "
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.2.0'
3+ compose_version = ' 1.2.1'
4+ compose_compiler_version = ' 1.3.0'
45 }
56 repositories {
67 google()
78 mavenCentral()
89 }
910 dependencies {
1011 classpath " com.android.tools.build:gradle:7.1.3"
11- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0 "
12+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10 "
1213 }
1314}
1415
You can’t perform that action at this time.
0 commit comments