From c7142259eddf5837d6e2605aefd047f6dbec3a53 Mon Sep 17 00:00:00 2001 From: aalhazmy Date: Mon, 29 Feb 2016 11:52:36 +0300 Subject: [PATCH] Update ReadMe file --- .idea/libraries/appcompat_v7_23_0_1.xml | 2 +- .idea/libraries/appcompat_v7_23_1_1.xml | 4 +- .idea/libraries/cardview_v7_23_1_1.xml | 4 +- .idea/libraries/library_1_0_1.xml | 2 +- .../libraries/support_annotations_23_0_1.xml | 4 +- .../libraries/support_annotations_23_1_1.xml | 4 +- .idea/libraries/support_v4_23_0_1.xml | 4 +- .idea/libraries/support_v4_23_1_1.xml | 6 +- .idea/misc.xml | 2 +- .idea/workspace.xml | 171 +++++------------- README.md | 6 +- libary/build.gradle | 2 +- 12 files changed, 67 insertions(+), 144 deletions(-) diff --git a/.idea/libraries/appcompat_v7_23_0_1.xml b/.idea/libraries/appcompat_v7_23_0_1.xml index 37364d2..7f17120 100644 --- a/.idea/libraries/appcompat_v7_23_0_1.xml +++ b/.idea/libraries/appcompat_v7_23_0_1.xml @@ -9,8 +9,8 @@ - + \ No newline at end of file diff --git a/.idea/libraries/appcompat_v7_23_1_1.xml b/.idea/libraries/appcompat_v7_23_1_1.xml index a31dfb4..b4f48cd 100644 --- a/.idea/libraries/appcompat_v7_23_1_1.xml +++ b/.idea/libraries/appcompat_v7_23_1_1.xml @@ -10,10 +10,10 @@ - - + + \ No newline at end of file diff --git a/.idea/libraries/cardview_v7_23_1_1.xml b/.idea/libraries/cardview_v7_23_1_1.xml index 6d24188..052cb4c 100644 --- a/.idea/libraries/cardview_v7_23_1_1.xml +++ b/.idea/libraries/cardview_v7_23_1_1.xml @@ -1,13 +1,13 @@ - + - + \ No newline at end of file diff --git a/.idea/libraries/library_1_0_1.xml b/.idea/libraries/library_1_0_1.xml index 80bdc11..d57ba03 100644 --- a/.idea/libraries/library_1_0_1.xml +++ b/.idea/libraries/library_1_0_1.xml @@ -1,8 +1,8 @@ - + diff --git a/.idea/libraries/support_annotations_23_0_1.xml b/.idea/libraries/support_annotations_23_0_1.xml index 44f4fe2..65cb637 100644 --- a/.idea/libraries/support_annotations_23_0_1.xml +++ b/.idea/libraries/support_annotations_23_0_1.xml @@ -1,12 +1,12 @@ - + - + \ No newline at end of file diff --git a/.idea/libraries/support_annotations_23_1_1.xml b/.idea/libraries/support_annotations_23_1_1.xml index 24c444e..097c53e 100644 --- a/.idea/libraries/support_annotations_23_1_1.xml +++ b/.idea/libraries/support_annotations_23_1_1.xml @@ -1,12 +1,12 @@ - + - + \ No newline at end of file diff --git a/.idea/libraries/support_v4_23_0_1.xml b/.idea/libraries/support_v4_23_0_1.xml index 20bacaa..8c71578 100644 --- a/.idea/libraries/support_v4_23_0_1.xml +++ b/.idea/libraries/support_v4_23_0_1.xml @@ -4,14 +4,14 @@ + - - + \ No newline at end of file diff --git a/.idea/libraries/support_v4_23_1_1.xml b/.idea/libraries/support_v4_23_1_1.xml index 8bb2a00..d713434 100644 --- a/.idea/libraries/support_v4_23_1_1.xml +++ b/.idea/libraries/support_v4_23_1_1.xml @@ -5,16 +5,16 @@ + - - - + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 973695b..f0ee888 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,5 +27,5 @@ - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bc6d58e..ba65551 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -10,10 +10,19 @@ - - - - + + + + + + + + + + + + + @@ -34,11 +43,11 @@ - + - - + + @@ -158,11 +167,11 @@ - + - - + + @@ -815,9 +824,9 @@ @@ -3612,93 +3621,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -4048,7 +3971,7 @@ - + @@ -4056,11 +3979,11 @@ - + - + @@ -4497,22 +4420,6 @@ - - - - - - - - - - - - - - - - @@ -4553,8 +4460,24 @@ - - + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 6b96f94..ef48ab0 100644 --- a/README.md +++ b/README.md @@ -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-1.3.4-blue.svg) +![](https://img.shields.io/badge/version-1.3.5-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) +. @@ -21,14 +21,14 @@ You can report any issue on issues page. **Note: If you speak Arabic, you can su net.alhazmy13.hijridatepicker libary -1.3.4 +1.3.5 ``` **Gradle** ```gradle dependencies { - compile 'net.alhazmy13.hijridatepicker:libary:1.3.4' + compile 'net.alhazmy13.hijridatepicker:libary:1.3.5' } ``` diff --git a/libary/build.gradle b/libary/build.gradle index 90c5259..3c151d6 100644 --- a/libary/build.gradle +++ b/libary/build.gradle @@ -15,7 +15,7 @@ ext { siteUrl = 'https://github.com/alhzmy13/HijriDatePicker' gitUrl = 'https://github.com/alhzmy13/HijriDatePicker.git' - libraryVersion = '1.3.4' + libraryVersion = '1.3.5' developerId = 'alhazmy13' developerName = 'Abdullah Alhazmy'