File tree Expand file tree Collapse file tree 1 file changed +3
-19
lines changed
Expand file tree Collapse file tree 1 file changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,6 @@ android {
1212 targetSdk 31
1313 versionCode 1
1414 versionName " 1.0"
15-
16- testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
17- }
18-
19- buildTypes {
20- release {
21- minifyEnabled false
22- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
23- }
2415 }
2516
2617 // Enable ViewBinding
@@ -31,15 +22,8 @@ android {
3122
3223dependencies {
3324 // Add new dependencies
34- implementation " io.getstream:stream-chat-android-ui-components:4.23 .0"
35- implementation ' io.coil-kt:coil :1.4.0'
25+ implementation " io.getstream:stream-chat-android-ui-components:4.24 .0"
26+ implementation " com.google.android.material:material :1.4.0"
3627 implementation " androidx.activity:activity-ktx:1.4.0"
37-
38- implementation ' androidx.core:core-ktx:1.7.0'
39- implementation ' androidx.appcompat:appcompat:1.4.0'
40- implementation ' com.google.android.material:material:1.4.0'
41- implementation ' androidx.constraintlayout:constraintlayout:2.1.2'
42- testImplementation ' junit:junit:4.+'
43- androidTestImplementation ' androidx.test.ext:junit:1.1.3'
44- androidTestImplementation ' androidx.test.espresso:espresso-core:3.4.0'
28+ implementation " io.coil-kt:coil:1.4.0"
4529}
You can’t perform that action at this time.
0 commit comments