Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jignesh13 authored Jun 10, 2019
1 parent 8bfc834 commit 826de04
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@ you can easily edit source code based on your requirment please look at clockvie

**note:** use only square view

## Installation

This is published on `jcenter` and you can use clockview as:

```groovy
// build.gradle
buildscript {
repositories {
jcenter()
}
...
}
// app/build.gradle
dependencies {
compile 'com.clock.clockviewlib:clockviewlibrary:1.0.0'
}
```

### how to use
```xml
<com.clock.clockviewlib.ClockView
Expand Down

0 comments on commit 826de04

Please sign in to comment.