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 @@ -31,14 +31,14 @@ Usage
31
31
<dependency >
32
32
<groupId >com.github.alamkanak</groupId >
33
33
<artifactId >android-week-view</artifactId >
34
- <version >1.2.1 </version >
34
+ <version >1.2.3 </version >
35
35
<type >aar</type >
36
36
</dependency >
37
37
```
38
38
* Grab via gradle
39
39
40
40
```groovy
41
- compile 'com.github.alamkanak:android-week-view:1.2.1 '
41
+ compile 'com.github.alamkanak:android-week-view:1.2.3 '
42
42
```
43
43
2. Add WeekView in your xml layout.
44
44
@@ -145,6 +145,12 @@ To do
145
145
Changelog
146
146
---------
147
147
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
+
148
154
**Version 1.2.1**
149
155
150
156
* Better scrolling added
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2.1
1
+ VERSION_NAME =1.2.3
2
2
GROUP =com.github.alamkanak
3
3
4
4
POM_DESCRIPTION =An android library to show day view, week view, 3 day view etc. in your app.
You can’t perform that action at this time.
0 commit comments