Skip to content

Commit d5112a7

Browse files
Merge pull request #6 from applibgroup/readme_update
Update README.md - Added the way to access the lib from remote repository.
2 parents b9270f8 + 3caf629 commit d5112a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ dependencies {
3535
implementation fileTree(dir: 'libs', include: ['*.jar'])
3636
testImplementation 'junit:junit:4.13'
3737
}
38+
39+
```
40+
3. For using CustomCalendarView from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
41+
```java
42+
dependencies {
43+
implementation 'dev.applibgroup:customcalendarview:1.0.0'
44+
testCompile 'junit:junit:4.13'
45+
}
3846
```
3947

4048
## Using CustomCalendarView Library

0 commit comments

Comments
 (0)