From fb0e6a63580aeae50a235e17d3fa9e9929110b25 Mon Sep 17 00:00:00 2001 From: Jesse Hoobergs Date: Fri, 5 Jan 2018 22:23:46 +0100 Subject: [PATCH] Version 2.2.0 --- README.md | 9 +++++---- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c81ac89a..5e768ce6e 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Usage com.github.quivr android-week-view - 2.0.2 + 2.2.0 aar ``` * 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. @@ -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 diff --git a/gradle.properties b/gradle.properties index 3b3e8b94d..553b3d7a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.