From 2cff9cf2b9383def784398501eac500259d0dd65 Mon Sep 17 00:00:00 2001 From: Onwa Date: Thu, 8 Aug 2019 15:02:21 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08c89f5..ec9963b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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.2-blue.svg) +![](https://img.shields.io/badge/version-2.1.0-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) +. @@ -36,7 +36,7 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su ```gradle dependencies { - compile 'net.alhazmy13.hijridatepicker:library:2.0.2' + compile 'net.alhazmy13.hijridatepicker:library:2.1.0' } ```