File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 ```
50502. Add WeekView in your xml layout.
5151
@@ -180,8 +180,9 @@ To do
180180
181181Changelog
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
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.1.2
1+ VERSION_NAME =2.2.0
22GROUP =com.github.quivr
33
44POM_DESCRIPTION =An android library to show day view, week view, 3 day view etc. in your app.
You can’t perform that action at this time.
0 commit comments