File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44
55android {
66 compileSdkVersion 30
7- buildToolsVersion " 30.0.2 "
7+ buildToolsVersion " 30.0.3 "
88
99 defaultConfig {
1010 applicationId " com.example.chattutorial"
@@ -32,9 +32,9 @@ android {
3232dependencies {
3333 // Add new dependencies
3434 implementation " io.getstream:stream-chat-android-ui-components:4.10.0"
35- implementation ' io.coil-kt:coil:1.1 .1'
35+ implementation ' io.coil-kt:coil:1.2 .1'
3636
37- implementation ' androidx.appcompat:appcompat:1.2 .0'
37+ implementation ' androidx.appcompat:appcompat:1.3 .0'
3838 implementation ' com.google.android.material:material:1.3.0'
3939 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
4040 testImplementation ' junit:junit:4.+'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66android {
77 compileSdkVersion 30
8- buildToolsVersion " 30.0.2 "
8+ buildToolsVersion " 30.0.3 "
99
1010 defaultConfig {
1111 applicationId " com.example.chattutorial"
@@ -33,12 +33,12 @@ android {
3333dependencies {
3434 // Add new dependencies
3535 implementation " io.getstream:stream-chat-android-ui-components:4.10.0"
36- implementation ' io.coil-kt:coil:1.1 .1'
36+ implementation ' io.coil-kt:coil:1.2 .1'
3737 implementation " androidx.activity:activity-ktx:1.2.0"
3838
3939 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
40- implementation ' androidx.core:core-ktx:1.3.2 '
41- implementation ' androidx.appcompat:appcompat:1.2 .0'
40+ implementation ' androidx.core:core-ktx:1.5.0 '
41+ implementation ' androidx.appcompat:appcompat:1.3 .0'
4242 implementation ' com.google.android.material:material:1.3.0'
4343 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
4444 testImplementation ' junit:junit:4.+'
You can’t perform that action at this time.
0 commit comments