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 @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
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
4848dependencies {
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 "
Original file line number Diff line number Diff line change 11buildscript {
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
You can’t perform that action at this time.
0 commit comments