Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 758 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 758 Bytes

SunDatePicker

this is just a rewrite of AlirezaAfkar's library all the credits belong to him

این پروژه بازنویسی پروژه آقای علیرضا افکار می باشد. دلیل این موضوع عدم پشتیبانی پروژه اصلی از فرگمنت ها و تنها پشتیبانی آن از ساپورت فرگمنت می باشد.

جهت داکیومنتیشن به پروژه اصلی مراجعه فرمایید

https://github.com/alirezaafkar/SunDate_Picker

Add it in your build.gradle at the end of repositories:

 repositories {
        // ...
        maven { url "https://jitpack.io" }
 }

Step 2. Add the dependency in the form

dependencies {
	compile 'com.github.muhammad-naderi:SunDatePicker:1.0'
}