Skip to content

Commit eccb677

Browse files
committed
Release version 1.2.4
1 parent 724646f commit eccb677

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Usage
3131
<dependency>
3232
<groupId>com.github.alamkanak</groupId>
3333
<artifactId>android-week-view</artifactId>
34-
<version>1.2.3</version>
34+
<version>1.2.4</version>
3535
<type>aar</type>
3636
</dependency>
3737
```
3838
* Grab via gradle
3939

4040
```groovy
41-
compile 'com.github.alamkanak:android-week-view:1.2.3'
41+
compile 'com.github.alamkanak:android-week-view:1.2.4'
4242
```
4343
2. Add WeekView in your xml layout.
4444

@@ -155,6 +155,14 @@ To do
155155
Changelog
156156
---------
157157

158+
**Version 1.2.4**
159+
160+
* Add support to have loaders other than MonthViewLoader
161+
* Add pinch to zoom support
162+
* Add support for location
163+
* Add ability to have different colors for past, future, weekend days
164+
* Add support for "now" line
165+
158166
**Version 1.2.3**
159167

160168
* Get callbacks when scrolling horizontally

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.2.3
1+
VERSION_NAME=1.2.4
22
GROUP=com.github.alamkanak
33

44
POM_DESCRIPTION=An android library to show day view, week view, 3 day view etc. in your app.

0 commit comments

Comments
 (0)