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

why error when sync library #74

Open
hossein647 opened this issue Dec 3, 2017 · 1 comment
Open

why error when sync library #74

hossein647 opened this issue Dec 3, 2017 · 1 comment

Comments

@hossein647
Copy link

Error:(30, 13) Failed to resolve: com.github.yalantis:Side-Menu.Android:1.0.1

@vadhmln
Copy link

vadhmln commented Apr 11, 2018

add like this:
dependencies {
...
implementation ('com.github.ozodrukh:CircularReveal:2.0.1@aar') {
transitive = true;
}
implementation ('com.github.yalantis:Side-Menu.Android:1.0.1') {
transitive = true;
}
...
}

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