Skip to content

Commit

Permalink
Update readmefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazmy13 committed Aug 12, 2017
1 parent f520b5d commit 2ce0325
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
![](https://img.shields.io/badge/Platform-Android-brightgreen.svg)
![](https://img.shields.io/badge/Android-CustomView-blue.svg)
![](https://img.shields.io/crates/l/rustc-serialize.svg)
![](https://img.shields.io/badge/version-2.0.0_beta-blue.svg)
![](https://img.shields.io/badge/version-2.0.1-blue.svg)

This library offers a hijri (Islamic Calendar) Date Picker designed on [Google's Material Design Principals For Pickers](http://www.google.com/design/spec/components/pickers.html) for Android 4.1 (API 16) +.

Expand All @@ -24,15 +24,15 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su
<dependency>
<groupId>net.alhazmy13.hijridatepicker</groupId>
<artifactId>library</artifactId>
<version>2.0.0-beta </version>
<version>2.0.1</version>
</dependency>
```
**Gradle**

```gradle
dependencies {
compile 'net.alhazmy13.hijridatepicker:library:2.0.0-beta'
compile 'net.alhazmy13.hijridatepicker:library:2.0.1'
}
```

Expand Down

0 comments on commit 2ce0325

Please sign in to comment.