File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-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.1 </version >
41+ <version >2.2.2 </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.1 '
48+ compile 'com.github.quivr:android-week-view:2.2.2 '
4949 ```
50502. Add WeekView in your xml layout.
5151
@@ -185,6 +185,12 @@ To do
185185
186186Changelog
187187---------
188+ **Version 2.2.2**
189+ * Added `DropListener` and `dropListenerEnabled`
190+ * Added `TextColorPicker`
191+ * Fixed some problems with placement of add event rectangle
192+ * Added `minOverlappingMinutes`
193+
188194**Version 2.2.1**
189195* Small fix on string equality
190196
Original file line number Diff line number Diff line change 1- VERSION_NAME =2.2.1
1+ VERSION_NAME =2.2.2
22GROUP =com.github.quivr
33POM_DESCRIPTION =An android library to show day view, week view, 3 day view etc. in your app.
44POM_URL =https://github.com/Quivr/Android-Week-View
You can’t perform that action at this time.
0 commit comments