Android studio gave me a couple of warnings that I need to migrate away from jcenter(). I am new to android developing so started looking online for replacements. I found an article that said that I should move to MavenCentral. I don't know if this is a good replacement. What do you guys think?
I tried to build my project with jcenter() replaced by mavenCentral() but it won't build because I need:
implementation 'com.synnapps:carouselview:0.1.5'
Does anyone know a solution?