Skip to content

Commit 3980063

Browse files
author
Shrikanth Ravi
authored
Create README.md
1 parent dcf5432 commit 3980063

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

Diff for: README.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# ChatView for Android
2+
3+
This is an Android library which can be used to add chat functionality to your android application with just a few lines of code.
4+
<br>
5+
This library is still in beta but will be improved over time.
6+
<br>
7+
<br>
8+
### Version
9+
v0.1.0
10+
<br>
11+
### Installation
12+
Add this to your root build.gradle at the end of repositories:
13+
```
14+
allprojects {
15+
repositories {
16+
...
17+
maven { url 'https://jitpack.io' }
18+
}
19+
}
20+
```
21+
Then add dependency
22+
```
23+
```
24+
### License
25+
```
26+
MIT License
27+
28+
Copyright (c) 2018 Shrikanth Ravi
29+
30+
Permission is hereby granted, free of charge, to any person obtaining a copy
31+
of this software and associated documentation files (the "Software"), to deal
32+
in the Software without restriction, including without limitation the rights
33+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34+
copies of the Software, and to permit persons to whom the Software is
35+
furnished to do so, subject to the following conditions:
36+
37+
The above copyright notice and this permission notice shall be included in all
38+
copies or substantial portions of the Software.
39+
40+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
41+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
42+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
43+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
44+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
45+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
46+
SOFTWARE.
47+
```

0 commit comments

Comments
 (0)