Skip to content

Commit a77ba8f

Browse files
committed
v2.2.2
1 parent abd9b67 commit a77ba8f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 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.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
```
5050
2. Add WeekView in your xml layout.
5151

@@ -185,6 +185,12 @@ To do
185185

186186
Changelog
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.2.1
1+
VERSION_NAME=2.2.2
22
GROUP=com.github.quivr
33
POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.
44
POM_URL=https://github.com/Quivr/Android-Week-View

0 commit comments

Comments
 (0)