Skip to content

Commit 9441f25

Browse files
authored
Merge pull request #61 from GetStream/sdk/4.25.0
Update SDK version to 4.25.0
2 parents c9cd04b + c8dfe8c commit 9441f25

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

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
}

samplekotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222

2323
dependencies {
2424
// Add new dependencies
25-
implementation "io.getstream:stream-chat-android-ui-components:4.24.0"
25+
implementation "io.getstream:stream-chat-android-ui-components:4.25.0"
2626
implementation "com.google.android.material:material:1.4.0"
2727
implementation "androidx.activity:activity-ktx:1.4.0"
2828
implementation "io.coil-kt:coil:1.4.0"

0 commit comments

Comments
 (0)