File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
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.2.0 </version >
41+ <version >2.2.1 </version >
4242 <type >aar</type >
4343 </dependency >
4444 ```
4545 * Grab via gradle
4646
4747 ```groovy
48- compile 'com.github.quivr:android-week-view:2.2.0 '
48+ compile 'com.github.quivr:android-week-view:2.2.1 '
4949 ```
50502. Add WeekView in your xml layout.
5151
@@ -180,6 +180,9 @@ To do
180180
181181Changelog
182182---------
183+ **Version 2.2.1**
184+ * Small fix on string equality
185+
183186**Version 2.2.0**
184187* IMPORTANT: Prefetching isn't done by the library anymore (see [#42](/../../pull/42))
185188* Strings can now be used as Id's of WeekViewEvents
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.2.0
1+ VERSION_NAME =2.2.1
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