Skip to content

Commit

Permalink
docs(README): update latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Jul 26, 2018
1 parent d6f4abf commit ddf7265
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {
}
dependencies {
compile 'com.github.holidayjp:holidayjp:0.1.0'
compile 'com.github.holidayjp:holidayjp:2.0.0'
}
```

Expand All @@ -50,21 +50,21 @@ dependencies {
`LocalDate`, `LocalDateTime`, `ZonedDateTime` and `OffsetDateTime` classes are supported.

```groovy
compile 'com.github.holidayjp:holidayjp-jdk8:0.1.0'
compile 'com.github.holidayjp:holidayjp-jdk8:2.0.0'
```

### [Joda-Time](http://www.joda.org/joda-time/)
`LocalDate`, `LocalDateTime` and `DateTime` classes are supported.

```groovy
compile 'com.github.holidayjp:holidayjp-joda:0.1.0'
compile 'com.github.holidayjp:holidayjp-joda:2.0.0'
```

### [ThreeTenABP](https://github.com/JakeWharton/ThreeTenABP)
ThreeTenABP is polyfill of Java 8 Date and Time API for Android. `LocalDate`, `LocalDateTime`, `ZonedDateTime` and `OffsetDateTime` classes are supported.

```groovy
implementation 'com.github.holidayjp:holidayjp-threetenabp:0.1.0'
implementation 'com.github.holidayjp:holidayjp-threetenabp:2.0.0'
```

## Example
Expand Down

0 comments on commit ddf7265

Please sign in to comment.