heysupratim / material-daterange-picker

A material Date Range Picker based on wdullaers MaterialDateTimePicker
Apache License 2.0
1.33k stars 266 forks source link

What version to use in build.gradle, 1.8 does not work #50

Closed drupalmav closed 8 years ago

drupalmav commented 8 years ago

1.8 does not work. compile 'com.borax12.materialdaterangepicker:library:1.8'

What is the right version to use?

larrytech7 commented 8 years ago

I think 1.7 should be the most recent release that is stable, at least for me that's what is working. 1.8 may not have been published yet

ghost commented 8 years ago

I have the same problem. 1.8 fails to resolve

ghost commented 8 years ago

I found out that the 1.8 .jar was not generated, only the .aar file. (As it can be seen in the bintray.com/borax12 page)

So, to use this version, you need to add the "@arr" at the end of the version number, like this: compile 'com.borax12.materialdaterangepicker:library:1.8@aar'

However, even though it's the latest release, it's not as recent as the code in the repo because, for example, it doesn't come with the (Allow rename tabs for localization) 798a1ea commit.

benstone042 commented 8 years ago

Use this compile 'com.borax12.materialdaterangepicker:library:+'

deepwritescode commented 8 years ago

Use this in Gradle compile 'com.borax12.materialdaterangepicker:library:1.8@aar'

This library is only available as a binary, This should be changed because the documentation doesn't come with the code.

heysupratim commented 8 years ago

@deep7176 @drupalmav @larrytech7 @PIPOKID @benstone042 - I will be updating the next version in a day , till then please use the binary , there was some issue with the jar.