Skip to content

Commit 3caf629

Browse files
Update README.md
Added the way to access the lib from remote repository.
1 parent b9270f8 commit 3caf629

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
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)