File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,12 @@ android {
3131 }
3232 kotlinOptions {
3333 jvmTarget = ' 1.8'
34- useIR = true
3534 }
3635 buildFeatures {
3736 compose true
3837 }
3938 composeOptions {
40- kotlinCompilerExtensionVersion compose_version
39+ kotlinCompilerExtensionVersion compose_compiler_version
4140 }
4241 packagingOptions {
4342 resources {
@@ -47,11 +46,11 @@ android {
4746}
4847
4948dependencies {
50- implementation " io.getstream:stream-chat-android-compose:5.4.0 "
49+ implementation " io.getstream:stream-chat-android-compose:5.8.1 "
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}
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.1.1'
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.6 .10"
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