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

compiled library is different than actual library #34

Open
ahmetcj4 opened this issue Jul 27, 2017 · 2 comments
Open

compiled library is different than actual library #34

ahmetcj4 opened this issue Jul 27, 2017 · 2 comments

Comments

@ahmetcj4
Copy link

ahmetcj4 commented Jul 27, 2017

when the library is added using compile 'com.flipkart.springyheads:library:0.9.6' android studio doesn't see the same methods on the library.

@ahmetcj4
Copy link
Author

@thekirankumar do you have a solution for this issue.

@TheCrafter
Copy link

@ahmetcj4 You can use jitpack. Add on your app's build.gradle these:

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

dependencies {
    compile 'com.github.flipkart-incubator:springy-heads:0c5aab99a2'
}

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

2 participants