Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoobergs committed Feb 3, 2018
1 parent abd9b67 commit a77ba8f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 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.2.1</version>
<version>2.2.2</version>
<type>aar</type>
</dependency>
```
* Grab via gradle

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

Expand Down Expand Up @@ -185,6 +185,12 @@ To do

Changelog
---------
**Version 2.2.2**
* Added `DropListener` and `dropListenerEnabled`
* Added `TextColorPicker`
* Fixed some problems with placement of add event rectangle
* Added `minOverlappingMinutes`

**Version 2.2.1**
* Small fix on string equality

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.2.1
VERSION_NAME=2.2.2
GROUP=com.github.quivr
POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.
POM_URL=https://github.com/Quivr/Android-Week-View
Expand Down

0 comments on commit a77ba8f

Please sign in to comment.