jama5262 / CarouselView

An android carousel library for RecyclerView
https://jitpack.io/#jama5262/CarouselView
MIT License
236 stars 47 forks source link

Cant add the CaruselView #17

Closed galgistmd closed 4 years ago

galgistmd commented 4 years ago

Hi, I'm getting an error while trying to implement the library. I have added maven....

ERROR: Failed to resolve: com.github.jama5262:CarouselView:1.1.0 Show in Project Structure dialog Affected Modules: app

jama5262 commented 4 years ago

Hi @galgistmd have you added jitpack to build.gradle?

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}
galgistmd commented 4 years ago

Hi, yes I did. I also tried to do a research about the problem with no success.

On Fri, Apr 3, 2020 at 4:12 PM Jama Mohamed notifications@github.com wrote:

Hi @galgistmd https://github.com/galgistmd have you added jitpack to build.gradle?

allprojects { repositories { ... maven { url 'https://jitpack.io' } } }

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jama5262/CarouselView/issues/17#issuecomment-608425311, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUJUX2ZAPD2P537K7PWMH3RKXOE5ANCNFSM4L3ZVCMQ .

jama5262 commented 4 years ago

@galgistmd Can you try this StackOverflow answer and reply the results https://stackoverflow.com/a/37892027/6459510

galgistmd commented 4 years ago

Thank you very much for your reply, problem solved, Have a nice day.

On Fri, Apr 3, 2020 at 5:49 PM Jama Mohamed notifications@github.com wrote:

@galgistmd https://github.com/galgistmd Can you try this StackOverflow answer and reply the results https://stackoverflow.com/a/37892027/6459510

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jama5262/CarouselView/issues/17#issuecomment-608475484, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOUJUX3S4IPD5EZ4EJZKMP3RKXZN7ANCNFSM4L3ZVCMQ .