Skip to content

Commit 9777b21

Browse files
authored
Merge pull request #1 from GetStream/feature/update-to-4.16.0
Update to latest SDK version
2 parents 32e42cf + 9f7525c commit 9777b21

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
}
4949

5050
dependencies {
51-
def streamVersion = "4.15.0"
52-
implementation "io.getstream:stream-chat-android-compose:$streamVersion-beta"
51+
def stream_version = "4.16.0"
52+
implementation "io.getstream:stream-chat-android-compose:$stream_version-beta"
5353

5454
implementation "androidx.compose.material:material-icons-extended:$compose_version"
5555

app/src/main/java/com/example/chattutorial/MessagesActivity3.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ class MessagesActivity3 : AppCompatActivity() {
6464
return
6565
}
6666

67-
listViewModel.start()
68-
6967
// 2 - Add the MessagesScreen to your UI
7068
setContent {
7169
ChatTheme(

app/src/main/java/com/example/chattutorial/MessagesActivity4.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ import androidx.compose.material.Icon
1313
import androidx.compose.material.Scaffold
1414
import androidx.compose.material.Text
1515
import androidx.compose.material.icons.Icons
16-
import androidx.compose.material.icons.filled.Email
1716
import androidx.compose.material.icons.filled.Keyboard
18-
import androidx.compose.material.icons.filled.KeyboardArrowRight
1917
import androidx.compose.runtime.Composable
2018
import androidx.compose.runtime.collectAsState
2119
import androidx.compose.runtime.getValue
@@ -68,8 +66,6 @@ class MessagesActivity4 : AppCompatActivity() {
6866
return
6967
}
7068

71-
listViewModel.start()
72-
7369
// 2 - Add the MessagesScreen to your UI
7470
setContent {
7571
ChatTheme(

0 commit comments

Comments
 (0)