eltohamy / material-hijri-calendarview

A Material design back port of Android's Hijri CalendarView
https://github.com/eltohamy/material-hijri-calendarview
Apache License 2.0
60 stars 12 forks source link

Gradle URL 'com.github.eltohamy:material-hijri-calendarview:1.1.0' doesn't work on Android studio #1

Closed ymabrouk closed 8 years ago

ymabrouk commented 8 years ago

Gradle URL 'com.github.eltohamy:material-hijri-calendarview:1.1.0' doesn't work on Android studio

eltohamy commented 8 years ago

Download the hole library now and use it while I am uploading a new version.

ymabrouk commented 8 years ago

Thank you for response. When will you upload the new version ?

eltohamy commented 8 years ago

New version added. Add compile 'com.github.eltohamy:material-hijri-calendarview:1.1.0@aar' to your dependencies.

  1. Add compile group: 'com.github.msarhan', name: 'ummalqura-calendar', version:'1.1.7' to your dependencies.
  2. Add MaterialHijriCalendarView into your layouts or view hierarchy.
  3. Set a OnDateSelectedListener or call MaterialHijriCalendarView.getSelectedDates() when you need it.
leducaminou commented 8 years ago

Hello i have downloaded the new version of your library, for mine, only Custumise xml is working.

eltohamy commented 8 years ago

What is the issue you have?