We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
com.flipkart.springyheads:library:0.9.6'
The text was updated successfully, but these errors were encountered:
@thekirankumar do you have a solution for this issue.
Sorry, something went wrong.
@ahmetcj4 You can use jitpack. Add on your app's build.gradle these:
build.gradle
repositories { maven { url 'https://jitpack.io' } } dependencies { compile 'com.github.flipkart-incubator:springy-heads:0c5aab99a2' }
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: