Skip to content
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

i can't resolve implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar' #221

Open
rupesh0895 opened this issue Nov 13, 2018 · 12 comments

Comments

@rupesh0895
Copy link

No description provided.

@rupesh0895
Copy link
Author

Failed to resolve: com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0

@luccasMelo
Copy link

Try to implement the v1.1.2

@wqjuser
Copy link

wqjuser commented Dec 4, 2018

me too

@luccasMelo
Copy link

I found a solution use a SnapHelper and attach to your recyclerView, without this library. Like this:

import android.support.v7.widget.SnapHelper;

...

  final SnapHelper snapHelper = new LinearSnapHelper();
        snapHelper.attachToRecyclerView(this.recyclerView);

@mcauto
Copy link

mcauto commented Dec 14, 2018

Try to implement the v1.1.2

It's work for me

Thank you :)

@woxiangxin7779
Copy link

@lsjwzh can't resolve implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar'
也不维护啊 ? 挂了

@peterzoosk
Copy link

https://jitpack.io/#lsjwzh/RecyclerViewPager this version didn't build on jitpack

@rkmax
Copy link

rkmax commented Dec 4, 2019

It's also happening with the version 1.1.2. anyone have some workaround?

@yashzanwar
Copy link

Any workaround on this?

@mome13
Copy link

mome13 commented Dec 24, 2019

It's also happening with the version 1.1.2. Does anyone have some workaround?

try to implement 1.1.1 like below code :
implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.1'

@abora97
Copy link

abora97 commented Apr 15, 2020

I have the same issue
Failed to resolve: com.github.lsjwzh:RecyclerViewPager:1.2.0

@y13chandan
Copy link

y13chandan commented May 30, 2020

It's also happening with the version 1.1.2. Does anyone have some workaround?

try to implement 1.1.1 like below code :
implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.1.1'

Thanks, its working for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests