Skip to content

Commit

Permalink
Merge pull request #6 from applibgroup/readme_update
Browse files Browse the repository at this point in the history
Update README.md - Added the way to access the lib from remote repository.
  • Loading branch information
samuel-abhishek committed Jul 28, 2021
2 parents b9270f8 + 3caf629 commit d5112a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.13'
}

```
3. For using CustomCalendarView from a remote repository in separate application, add the below dependencies in entry/build.gradle file.
```java
dependencies {
implementation 'dev.applibgroup:customcalendarview:1.0.0'
testCompile 'junit:junit:4.13'
}
```

## Using CustomCalendarView Library
Expand Down

0 comments on commit d5112a7

Please sign in to comment.