Skip to content

Commit 9a1e961

Browse files
Update README.md
1 parent 58b9eea commit 9a1e961

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
PostMessageView helps you to create chat message view or a social media message view quickly like a typical chatting application or social post view
33
Its a container view, so you can add any type of message or social post such as TextView or any customize TextView, ImageView, etc.
44

5+
[![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=15)
6+
7+
[![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/Postui/badge.svg?targetFile=postui%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/Postui?targetFile=postui%2Fbuild.gradle)
8+
59
**Library Available at JitPack.io**
610

711
[![](https://jitpack.io/v/TutorialsAndroid/Postui.svg)](https://jitpack.io/#TutorialsAndroid/Postui)
@@ -93,3 +97,23 @@ developed to make programming easy.
9397

9498
by Akshay Sunil Masram (akshaysunilmasram@yahoo.com)
9599

100+
## License
101+
102+
* [Apache Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
103+
104+
```
105+
Copyright 2019 Postui
106+
107+
Licensed under the Apache License, Version 2.0 (the "License");
108+
you may not use this file except in compliance with the License.
109+
You may obtain a copy of the License at
110+
111+
http://www.apache.org/licenses/LICENSE-2.0
112+
113+
Unless required by applicable law or agreed to in writing, software
114+
distributed under the License is distributed on an "AS IS" BASIS,
115+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
116+
See the License for the specific language governing permissions and
117+
limitations under the License.
118+
119+

0 commit comments

Comments
 (0)