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 @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
6- compileSdk 32
6+ compileSdk 33
77
88 defaultConfig {
99 applicationId " com.example.chattutorial"
1010 minSdk 21
11- targetSdk 32
11+ targetSdk 33
1212 versionCode 1
1313 versionName " 1.0"
1414
@@ -30,7 +30,7 @@ android {
3030
3131dependencies {
3232 // Add new dependencies
33- implementation " io.getstream:stream-chat-android-ui-components:5.8.2 "
33+ implementation " io.getstream:stream-chat-android-ui-components:5.12.0 "
3434 implementation " com.google.android.material:material:1.6.1"
3535 implementation " androidx.activity:activity-ktx:1.5.1"
3636 implementation " io.coil-kt:coil:2.1.0"
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 }
@@ -22,7 +22,7 @@ android {
2222
2323dependencies {
2424 // Add new dependencies
25- implementation " io.getstream:stream-chat-android-ui-components:5.8.2 "
25+ implementation " io.getstream:stream-chat-android-ui-components:5.12.0 "
2626 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"
2727 implementation " com.google.android.material:material:1.6.1"
2828 implementation " androidx.activity:activity-ktx:1.5.1"
You can’t perform that action at this time.
0 commit comments