Skip to content

Commit d3f30fd

Browse files
Update README.md
1 parent 3e6e2ef commit d3f30fd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,18 @@ Its a container view, so you can add any type of message or social post such as
1616
### Installation
1717
add gradle dependency to your dependency list:
1818

19+
``` groovy
20+
allprojects {
21+
repositories {
22+
...
23+
maven { url 'https://jitpack.io' }
24+
}
25+
}
26+
```
27+
1928
``` groovy
2029
dependencies {
21-
compile ''
30+
implementation 'com.github.TutorialsAndroid:Postui:v0.1'
2231
}
2332
```
2433

@@ -70,7 +79,7 @@ Description:
7079
- `cmv_backgroundColor` sets background color of `ChatMessageView` in normal mode including arrow.
7180
- `cmv_backgroundColorPressed` sets background color of `ChatMessageView` in pressed mode including arrow.
7281
- `cmv_cornerRadius` sets corner radius of the box.
73-
- `cmv_showArrow` shows / hides arrow from `ChatMessageView`.
82+
- `cmv_showArrow` shows / hides arrow from `PostMessageView`.
7483

7584

7685

0 commit comments

Comments
 (0)