Skip to content

Commit d5ca513

Browse files
Update README.md
1 parent 666fce4 commit d5ca513

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ We are very thankful to Ivan Baranov.
5151
testCompile 'junit:junit:4.12'
5252
}
5353
54+
```
55+
3. For using MaterialLetterIcon from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
56+
```
57+
dependencies {
58+
implementation 'dev.applibgroup:materiallettericon:1.0.0'
59+
testCompile 'junit:junit:4.12'
60+
}
61+
5462
```
5563
## Usage
5664
Declare in XML (see xml attributes below for customization):

0 commit comments

Comments
 (0)