Skip to content

Commit c8dfe8c

Browse files
committed
Update SDK version to 4.25.0 and clean up gradle for Java example
1 parent 6e1bdc9 commit c8dfe8c

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

samplejava/build.gradle

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ android {
3030

3131
dependencies {
3232
// Add new dependencies
33-
implementation "io.getstream:stream-chat-android-ui-components:4.23.0"
34-
implementation 'io.coil-kt:coil:1.4.0'
35-
36-
implementation 'androidx.core:core-ktx:1.7.0'
37-
implementation 'androidx.appcompat:appcompat:1.4.0'
38-
implementation 'com.google.android.material:material:1.4.0'
39-
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
40-
testImplementation 'junit:junit:4.+'
41-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
42-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
33+
implementation "io.getstream:stream-chat-android-ui-components:4.25.0"
34+
implementation "com.google.android.material:material:1.4.0"
35+
implementation "androidx.activity:activity-ktx:1.4.0"
36+
implementation "io.coil-kt:coil:1.4.0"
4337
}

0 commit comments

Comments
 (0)