Skip to content

Commit 12eae2d

Browse files
committed
Update Stream Chat SDK to 4.24.0 and cleanup gradle file
1 parent febc078 commit 12eae2d

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

samplekotlin/build.gradle

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff 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

3223
dependencies {
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
}

0 commit comments

Comments
 (0)