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 693231d commit 1ed908bCopy full SHA for 1ed908b
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.3</version>
+ <version>1.1.4</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.3'
+ compile 'com.github.alamkanak:android-week-view:1.1.4'
43
44
2. Add WeekView in your xml layout.
45
@@ -133,6 +133,10 @@ To do
133
Changelog
134
---------
135
136
+**Version 1.1.4**
137
+
138
+* Small bug fixed
139
140
**Version 1.1.3**
141
142
* Margins support added for overlapping events
0 commit comments