Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
drupalmav opened this issue Sep 11, 2016 · 6 comments
Closed

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

drupalmav opened this issue Sep 11, 2016 · 6 comments

Comments

@drupalmav
Copy link

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

What is the right version to use?

@larrytech7
Copy link

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
Copy link

ghost commented Sep 15, 2016

I have the same problem. 1.8 fails to resolve

@ghost
Copy link

ghost commented Sep 16, 2016

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
Copy link

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

@deepwritescode
Copy link

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
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants