We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a719e8 commit 90f5066Copy full SHA for 90f5066
README.md
@@ -32,14 +32,14 @@ Usage
32
<dependency>
33
<groupId>com.github.alamkanak</groupId>
34
<artifactId>android-week-view</artifactId>
35
- <version>1.1.1</version>
+ <version>1.1.2</version>
36
<type>aar</type>
37
</dependency>
38
```
39
* Grab via gradle
40
41
```groovy
42
- compile 'com.github.alamkanak:android-week-view:1.1.1'
+ compile 'com.github.alamkanak:android-week-view:1.1.2'
43
44
2. Add WeekView in your xml layout.
45
@@ -131,6 +131,11 @@ To do
131
Changelog
132
-------
133
134
+**Version 1.1.2**
135
+
136
+* Small bugs fixed
137
+* Hour separator inconsistency fixed
138
139
**Version 1.1.1**
140
141
* Overlapping event bug fixed
0 commit comments