Skip to content

Commit 35bdf21

Browse files
Update README.md
1 parent 61714fa commit 35bdf21

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
@@ -48,6 +48,14 @@ Gradient colors are only valid when sharpSize is 0 (no sharp corners)
4848
testCompile 'junit:junit:4.12'
4949
}
5050
51+
```
52+
3. For using SharpView from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
53+
```groovy
54+
dependencies {
55+
implementation 'dev.applibgroup:sharpview:1.0.0'
56+
testCompile 'junit:junit:4.12'
57+
}
58+
5159
```
5260

5361
## Usage

0 commit comments

Comments
 (0)