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

Issue With gradle sync #89

Closed
poovarasanvasudevan opened this issue May 2, 2017 · 2 comments
Closed

Issue With gradle sync #89

poovarasanvasudevan opened this issue May 2, 2017 · 2 comments
Assignees
Labels

Comments

@poovarasanvasudevan
Copy link

Error:Module 'com.github.flipkart-incubator.proteus:design:5.0.0-rc8' depends on one or more Android Libraries but is a jar
`
compile 'com.github.flipkart-incubator.proteus:design:5.0.0-rc8'

`

image

@adityasharat adityasharat self-assigned this May 3, 2017
@adityasharat
Copy link
Collaborator

adityasharat commented May 3, 2017

This seems to be an issue in the way we are packaging proteus in jitpack. To fix this please use the following:

compile('com.github.flipkart-incubator.proteus:proteus-core:5.0.0-rc8@aar') { changing = true }
compile('com.github.flipkart-incubator.proteus:gson-adapter:5.0.0-rc8@aar') { changing = true }
compile('com.github.flipkart-incubator.proteus:recyclerview-v7:5.0.0-rc8@aar') { changing = true }
compile('com.github.flipkart-incubator.proteus:cardview-v7:5.0.0-rc8@aar') { changing = true }
compile('com.github.flipkart-incubator.proteus:design:5.0.0-rc8@aar') { changing = true }

@adityasharat
Copy link
Collaborator

Closed in favour of #118

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

No branches or pull requests

2 participants