File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/example/chattutorial
src/main/java/com/example/chattutorial Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ android {
3535
3636dependencies {
3737 // Add new dependencies
38- implementation " io.getstream:stream-chat-android-ui-components:4.7 .0"
38+ implementation " io.getstream:stream-chat-android-ui-components:4.8 .0"
3939 implementation ' io.coil-kt:coil:1.1.1'
4040
4141 implementation ' androidx.appcompat:appcompat:1.2.0'
Original file line number Diff line number Diff line change 1515import io .getstream .chat .android .client .models .Attachment ;
1616import io .getstream .chat .android .ui .message .list .adapter .MessageListListenerContainer ;
1717import io .getstream .chat .android .ui .message .list .adapter .viewholder .attachment .AttachmentViewFactory ;
18- import io .getstream .chat .android .ui .message .list .internal . MessageListItemStyle ;
18+ import io .getstream .chat .android .ui .message .list .MessageListItemStyle ;
1919
2020public class ImgurAttachmentViewFactory extends AttachmentViewFactory {
2121
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ android {
3939
4040dependencies {
4141 // Add new dependencies
42- implementation " io.getstream:stream-chat-android-ui-components:4.7 .0"
42+ implementation " io.getstream:stream-chat-android-ui-components:4.8 .0"
4343 implementation ' io.coil-kt:coil:1.1.1'
4444 implementation " androidx.activity:activity-ktx:1.2.0"
4545
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import com.getstream.sdk.chat.adapter.MessageListItem
99import io.getstream.chat.android.client.models.Attachment
1010import io.getstream.chat.android.ui.message.list.adapter.MessageListListenerContainer
1111import io.getstream.chat.android.ui.message.list.adapter.viewholder.attachment.AttachmentViewFactory
12- import io.getstream.chat.android.ui.message.list.internal. MessageListItemStyle
12+ import io.getstream.chat.android.ui.message.list.MessageListItemStyle
1313
1414class ImgurAttachmentViewFactory : AttachmentViewFactory () {
1515
You can’t perform that action at this time.
0 commit comments