Skip to content

Commit a5fa8f8

Browse files
authored
Merge pull request #66 from GetStream/stream/5.4.0
Update Stream SDK to 5.4.0
2 parents 7f1049e + 3a69f6f commit a5fa8f8

5 files changed

Lines changed: 164 additions & 115 deletions

File tree

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samplejava/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ plugins {
33
}
44

55
android {
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

3131
dependencies {
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"

samplekotlin/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ plugins {
44
}
55

66
android {
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

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

0 commit comments

Comments
 (0)