Skip to content

Commit 415bc79

Browse files
committed
Release version 1.2.3 to maven
1 parent a1ee4e8 commit 415bc79

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
@@ -31,14 +31,14 @@ Usage
3131
<dependency>
3232
<groupId>com.github.alamkanak</groupId>
3333
<artifactId>android-week-view</artifactId>
34-
<version>1.2.1</version>
34+
<version>1.2.3</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.1'
41+
compile 'com.github.alamkanak:android-week-view:1.2.3'
4242
```
4343
2. Add WeekView in your xml layout.
4444

@@ -145,6 +145,12 @@ To do
145145
Changelog
146146
---------
147147

148+
**Version 1.2.3**
149+
150+
* Get callbacks when scrolling horizontally
151+
* `goToHour` and `goToDate` methods has been fixed
152+
* Use `getFirstVisibleHour` method to get the first visible hour in the week view
153+
148154
**Version 1.2.1**
149155

150156
* Better scrolling added

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.1
1+
VERSION_NAME=1.2.3
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)