File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ Add it in your root build.gradle at the end of repositories:
3535Step 2. Add the dependency
3636
3737 dependencies {
38- implementation 'com.github.TutorialsAndroid:MessageView:v3 .0.19'
38+ implementation 'com.github.TutorialsAndroid:MessageView:v4 .0.19'
3939 }
4040
4141### Use
42421 . Include ` MessageView ` in your xml of adapter view with content inside.
4343
4444``` xml
45- <com .kinda. developer.MessageView
45+ <com .developer.messageview .MessageView
4646 xmlns:app=" http://schemas.android.com/apk/res-auto"
4747 android : layout_width =" match_parent"
4848 android : layout_height =" wrap_content"
@@ -58,7 +58,7 @@ Step 2. Add the dependency
5858
5959 <!-- ... -->
6060
61- </com .kinda. developer.MessageView>
61+ </com .developer.messageview .MessageView>
6262```
6363
6464### Customization
You can’t perform that action at this time.
0 commit comments