Skip to content

Commit

Permalink
Updated library version to v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan E. Salas authored Nov 17, 2017
1 parent 61025ae commit c0682ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {

```java
dependencies {
compile 'com.github.BlackBoxVision:material-calendar-view:v1.5.5'
compile 'com.github.BlackBoxVision:material-calendar-view:v1.5.6'
}
```
**Maven**
Expand All @@ -53,7 +53,7 @@ dependencies {
<dependency>
<groupId>com.github.BlackBoxVision</groupId>
<artifactId>material-calendar-view</artifactId>
<version>v1.5.5</version>
<version>v1.5.6</version>
</dependency>
```
**SBT**
Expand All @@ -67,7 +67,7 @@ resolvers += "jitpack" at "https://jitpack.io"
- Add the dependency in the form:

```java
libraryDependencies += "com.github.BlackBoxVision" % "material-calendar-view" % "v1.5.5"
libraryDependencies += "com.github.BlackBoxVision" % "material-calendar-view" % "v1.5.6"
```

## Usage example
Expand Down

0 comments on commit c0682ff

Please sign in to comment.