Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoobergs committed Jan 5, 2018
1 parent e534c12 commit fb0e6a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ Usage
<dependency>
<groupId>com.github.quivr</groupId>
<artifactId>android-week-view</artifactId>
<version>2.0.2</version>
<version>2.2.0</version>
<type>aar</type>
</dependency>
```
* Grab via gradle

```groovy
compile 'com.github.quivr:android-week-view:2.0.2'
compile 'com.github.quivr:android-week-view:2.2.0'
```
2. Add WeekView in your xml layout.

Expand Down Expand Up @@ -180,8 +180,9 @@ To do

Changelog
---------
**Version 2.0.1**
* Make EventId on WeekViewEvent generic for custom calendar fetches
**Version 2.2.0**
* IMPORTANT: Prefetching isn't done by the library anymore (see [#42](/../../pull/42))
* Strings can now be used as Id's of WeekViewEvents

**Version 2.0.0**
* This fork is first released
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.2
VERSION_NAME=2.2.0
GROUP=com.github.quivr

POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.
Expand Down

0 comments on commit fb0e6a6

Please sign in to comment.