Skip to content

Commit 1838a9d

Browse files
Update README.md
1 parent 5504ac1 commit 1838a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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+
Add it in your root build.gradle at the end of repositories:
20+
1921
``` groovy
2022
allprojects {
2123
repositories {
@@ -24,7 +26,7 @@ allprojects {
2426
}
2527
}
2628
```
27-
29+
Step 2. Add the dependency
2830
``` groovy
2931
dependencies {
3032
implementation 'com.github.TutorialsAndroid:Postui:v0.1'

0 commit comments

Comments
 (0)