We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61714fa commit 35bdf21Copy full SHA for 35bdf21
README.md
@@ -48,6 +48,14 @@ Gradient colors are only valid when sharpSize is 0 (no sharp corners)
48
testCompile 'junit:junit:4.12'
49
}
50
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
+
59
```
60
61
## Usage
0 commit comments