Skip to content

Commit 59343d5

Browse files
authored
readme master
1 parent e6be4ea commit 59343d5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Implementation
2+
Go to Settings.gradle, inside repositories block -> <br/>
3+
```
4+
repositories {
5+
maven { url 'https://jitpack.io' }
6+
}
7+
```
8+
9+
Go to Settings.gradle, inside repositories block -> <br/>
10+
```
11+
implementation 'com.github.lostankit7:tags_below'
12+
13+
//tag -
14+
For font awesome icon custom view :-
15+
font_awesome_icon_v1.1 , switch to `font_awesome_icon branch` for more detail
16+
```
17+

0 commit comments

Comments
 (0)