Skip to content

Commit 28b53e6

Browse files
author
TutorialsAndroid
committed
Updated README.md
1 parent 68ef89b commit 28b53e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](https://github.com/TutorialsAndroid/MessageView/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
22

3-
# MessageView [![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MessageView-orange.svg?style=flat)](https://android-arsenal.com/details/1/7580) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/TutorialsAndroid/MessageView)
3+
# MessageView [![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-MessageView-orange.svg?style=flat)](https://android-arsenal.com/details/1/7580) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/TutorialsAndroid/MessageView)
44

55
MessageView helps you to create chat message view or a social media post view quickly like a typical chatting application or social media post view
66
Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.
@@ -45,7 +45,7 @@ Add it in your root build.gradle at the end of repositories:
4545
Step 2. Add the dependency
4646

4747
dependencies {
48-
implementation 'com.github.TutorialsAndroid:MessageView:v4.0.19'
48+
implementation 'com.github.TutorialsAndroid:MessageView:v5.0.19'
4949
}
5050

5151
### Use

0 commit comments

Comments
 (0)