We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666fce4 commit d5ca513Copy full SHA for d5ca513
README.md
@@ -51,6 +51,14 @@ We are very thankful to Ivan Baranov.
51
testCompile 'junit:junit:4.12'
52
}
53
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
+
62
```
63
## Usage
64
Declare in XML (see xml attributes below for customization):
0 commit comments