Skip to content

Commit 2ea6fc6

Browse files
committed
README updated
1 parent 608d91f commit 2ea6fc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Usage
3232
<dependency>
3333
<groupId>com.github.alamkanak</groupId>
3434
<artifactId>android-week-view</artifactId>
35-
<version>1.0.2</version>
35+
<version>1.0.3</version>
3636
<type>aar</type>
3737
</dependency>
3838
```
3939
* Grab via gradle
4040

4141
```groovy
42-
compile 'com.github.alamkanak:android-week-view:1.0.2'
42+
compile 'com.github.alamkanak:android-week-view:1.0.3'
4343
```
4444
2. Add WeekView in your xml layout.
4545

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.2
1+
VERSION_NAME=1.0.3
22
GROUP=com.github.alamkanak
33

44
POM_DESCRIPTION=Dissect layout traversals on Android.

0 commit comments

Comments
 (0)