From a77ba8f2070c371d1553acf03737cd3fda96f093 Mon Sep 17 00:00:00 2001 From: Jesse Hoobergs Date: Sat, 3 Feb 2018 22:35:06 +0100 Subject: [PATCH] v2.2.2 --- README.md | 10 ++++++++-- gradle.properties | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 082998d0c..21eac0ce6 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Usage com.github.quivr android-week-view - 2.2.1 + 2.2.2 aar ``` * 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. @@ -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 diff --git a/gradle.properties b/gradle.properties index 70a2776b7..8f766a6ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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