-
Notifications
You must be signed in to change notification settings - Fork 158
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
Error:(33, 20) Failed to resolve: com.github.glomadrian:MaterialAnimatedSwitch:1.1 #27
Comments
Use this forked version. It's modified but the switch setchecked() function does not work https://github.com/kmenager/material-animated-switch |
You must add build.gradle |
no it's doesn't the solution...:( |
i have also face this problem.......... :( |
compile 'com.github.glomadrian:MaterialAnimatedSwitch:1.1@aar' maven { |
iam facing this error to because i place at buildscript, move maven { url "http://dl.bintray.com/glomadrian/maven"} to all project work for me allprojects { |
You can download the library to local dependencies |
This worked for me. Thanks!! |
this library is sorta dead, use the forked of this library |
https://github.com/kmenager/material-animated-switch This is another one. This is worked |
Im getting this error while adding the dependency to my project. Please provide a solution
The text was updated successfully, but these errors were encountered: