Closed AerWyn81 closed 6 years ago
Hi,
All is in the title, I'm trying to use your library, so I added your library in my build.gradle and I got this error. compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar' AerWyn81
compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar'
You should add to your project build.gradle this
maven { url "http://dl.bintray.com/jlmd/maven" }
under allprojects >> repositories
Hi,
All is in the title, I'm trying to use your library, so I added your library in my build.gradle and I got this error.
compile 'com.github.jlmd:AnimatedCircleLoadingView:1.1.5@aar'
AerWyn81