Skip to content

Commit

Permalink
Release version 1.2.3 to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
alamkanak committed May 9, 2015
1 parent a1ee4e8 commit 415bc79
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ Usage
<dependency>
<groupId>com.github.alamkanak</groupId>
<artifactId>android-week-view</artifactId>
<version>1.2.1</version>
<version>1.2.3</version>
<type>aar</type>
</dependency>
```
* Grab via gradle

```groovy
compile 'com.github.alamkanak:android-week-view:1.2.1'
compile 'com.github.alamkanak:android-week-view:1.2.3'
```
2. Add WeekView in your xml layout.

Expand Down Expand Up @@ -145,6 +145,12 @@ To do
Changelog
---------

**Version 1.2.3**

* Get callbacks when scrolling horizontally
* `goToHour` and `goToDate` methods has been fixed
* Use `getFirstVisibleHour` method to get the first visible hour in the week view

**Version 1.2.1**

* Better scrolling added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.2.1
VERSION_NAME=1.2.3
GROUP=com.github.alamkanak

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

0 comments on commit 415bc79

Please sign in to comment.