glomadrian / material-animated-switch

A material Switch with icon animations and color transitions
1.18k stars 158 forks source link

Error:(33, 20) Failed to resolve: com.github.glomadrian:MaterialAnimatedSwitch:1.1 #27

Open aravindmj97 opened 6 years ago

aravindmj97 commented 6 years ago

Im getting this error while adding the dependency to my project. Please provide a solution

mukhtar89 commented 6 years ago

image

Even I have this issue..!! Please advise a way on how to solve this issue...

aravindmj97 commented 6 years ago

Use this forked version. It's modified but the switch setchecked() function does not work https://github.com/kmenager/material-animated-switch

jobsrey commented 6 years ago

You must add build.gradle repositories { maven { url "http://dl.bintray.com/glomadrian/maven" } }

M-Qais commented 6 years ago

no it's doesn't the solution...:(

Shaheedullah commented 6 years ago

i have also face this problem.......... :(

Shaheedullah commented 6 years ago

compile 'com.github.glomadrian:MaterialAnimatedSwitch:1.1@aar'

maven { url "http://dl.bintray.com/glomadrian/maven" } add this both but my problem is not solve

dodoarmando commented 6 years ago

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 { repositories { google() jcenter() maven { url "http://dl.bintray.com/glomadrian/maven" } } }

spianmo commented 5 years ago

You can download the library to local dependencies

singhvaibhavram commented 5 years ago

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 { repositories { google() jcenter() maven { url "http://dl.bintray.com/glomadrian/maven" } } }

This worked for me. Thanks!!

nmsobri commented 3 years ago

this library is sorta dead, use the forked of this library

Nandathilaka commented 1 year ago

https://github.com/kmenager/material-animated-switch

This is another one. This is worked