Skip to content

Commit fb0e6a6

Browse files
committed
Version 2.2.0
1 parent e534c12 commit fb0e6a6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Usage
3838
<dependency>
3939
<groupId>com.github.quivr</groupId>
4040
<artifactId>android-week-view</artifactId>
41-
<version>2.0.2</version>
41+
<version>2.2.0</version>
4242
<type>aar</type>
4343
</dependency>
4444
```
4545
* Grab via gradle
4646

4747
```groovy
48-
compile 'com.github.quivr:android-week-view:2.0.2'
48+
compile 'com.github.quivr:android-week-view:2.2.0'
4949
```
5050
2. Add WeekView in your xml layout.
5151

@@ -180,8 +180,9 @@ To do
180180

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

186187
**Version 2.0.0**
187188
* This fork is first released

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.1.2
1+
VERSION_NAME=2.2.0
22
GROUP=com.github.quivr
33

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

0 commit comments

Comments
 (0)