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 608d91f commit 2ea6fc6Copy full SHA for 2ea6fc6
README.md
@@ -32,14 +32,14 @@ Usage
32
<dependency>
33
<groupId>com.github.alamkanak</groupId>
34
<artifactId>android-week-view</artifactId>
35
- <version>1.0.2</version>
+ <version>1.0.3</version>
36
<type>aar</type>
37
</dependency>
38
```
39
* Grab via gradle
40
41
```groovy
42
- compile 'com.github.alamkanak:android-week-view:1.0.2'
+ compile 'com.github.alamkanak:android-week-view:1.0.3'
43
44
2. Add WeekView in your xml layout.
45
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.0.2
+VERSION_NAME=1.0.3
2
GROUP=com.github.alamkanak
3
4
POM_DESCRIPTION=Dissect layout traversals on Android.
0 commit comments