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
38
38
<dependency >
39
39
<groupId >com.github.quivr</groupId >
40
40
<artifactId >android-week-view</artifactId >
41
- <version >2.2.1 </version >
41
+ <version >2.2.2 </version >
42
42
<type >aar</type >
43
43
</dependency >
44
44
```
45
45
* Grab via gradle
46
46
47
47
```groovy
48
- compile 'com.github.quivr:android-week-view:2.2.1 '
48
+ compile 'com.github.quivr:android-week-view:2.2.2 '
49
49
```
50
50
2. Add WeekView in your xml layout.
51
51
@@ -185,6 +185,12 @@ To do
185
185
186
186
Changelog
187
187
---------
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
+
188
194
**Version 2.2.1**
189
195
* Small fix on string equality
190
196
Original file line number Diff line number Diff line change 1
- VERSION_NAME =2.2.1
1
+ VERSION_NAME =2.2.2
2
2
GROUP =com.github.quivr
3
3
POM_DESCRIPTION =An android library to show day view, week view, 3 day view etc. in your app.
4
4
POM_URL =https://github.com/Quivr/Android-Week-View
You can’t perform that action at this time.
0 commit comments