Skip to content

Commit 52896ff

Browse files
Update README.md
1 parent 92720d9 commit 52896ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Add it in your root build.gradle at the end of repositories:
3535
Step 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
4242
1. 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

0 commit comments

Comments
 (0)