File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.2-bin .zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2-all .zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ plugins {
33}
44
55android {
6- compileSdk 31
6+ compileSdk 32
77
88 defaultConfig {
99 applicationId " com.example.chattutorial"
1010 minSdk 21
11- targetSdk 31
11+ targetSdk 32
1212 versionCode 1
1313 versionName " 1.0"
1414
@@ -30,10 +30,10 @@ android {
3030
3131dependencies {
3232 // Add new dependencies
33- implementation " io.getstream:stream-chat-android-ui-components:5.2 .0"
34- implementation " com.google.android.material:material:1.6.0 "
33+ implementation " io.getstream:stream-chat-android-ui-components:5.4 .0"
34+ implementation " com.google.android.material:material:1.6.1 "
3535 implementation " androidx.activity:activity-ktx:1.4.0"
36- implementation " io.coil-kt:coil:1.4 .0"
36+ implementation " io.coil-kt:coil:2.1 .0"
3737
3838 // We use the ktx dependency for transforming StateFlow into LiveData
3939 implementation " androidx.lifecycle:lifecycle-livedata-ktx:2.4.1"
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ plugins {
44}
55
66android {
7- compileSdk 31
7+ compileSdk 32
88
99 defaultConfig {
1010 applicationId " com.example.chattutorial"
1111 minSdk 21
12- targetSdk 31
12+ targetSdk 32
1313 versionCode 1
1414 versionName " 1.0"
1515 }
@@ -22,9 +22,9 @@ android {
2222
2323dependencies {
2424 // Add new dependencies
25- implementation " io.getstream:stream-chat-android-ui-components:5.2 .0"
25+ implementation " io.getstream:stream-chat-android-ui-components:5.4 .0"
2626 implementation " androidx.lifecycle:lifecycle-runtime-ktx:2.4.1"
27- implementation " com.google.android.material:material:1.6.0 "
27+ implementation " com.google.android.material:material:1.6.1 "
2828 implementation " androidx.activity:activity-ktx:1.4.0"
29- implementation " io.coil-kt:coil:1.4 .0"
29+ implementation " io.coil-kt:coil:2.1 .0"
3030}
You can’t perform that action at this time.
0 commit comments