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.
2 parents e1138e0 + eb905f8 commit 59ab623Copy full SHA for 59ab623
README.md
@@ -31,14 +31,14 @@ Usage
31
<dependency>
32
<groupId>com.github.alamkanak</groupId>
33
<artifactId>android-week-view</artifactId>
34
- <version>1.2.4</version>
+ <version>1.2.5</version>
35
<type>aar</type>
36
</dependency>
37
```
38
* Grab via gradle
39
40
```groovy
41
- compile 'com.github.alamkanak:android-week-view:1.2.4'
+ compile 'com.github.alamkanak:android-week-view:1.2.5'
42
43
2. Add WeekView in your xml layout.
44
0 commit comments