Open rupesh0895 opened 5 years ago
Try to implement the v1.1.2
me too
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);
Try to implement the v1.1.2
It's work for me
Thank you :)
@lsjwzh can't resolve implementation 'com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0@aar' 也不维护啊 ? 挂了
https://jitpack.io/#lsjwzh/RecyclerViewPager this version didn't build on jitpack
It's also happening with the version 1.1.2. anyone have some workaround?
Any workaround on this?
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'
I have the same issue Failed to resolve: com.github.lsjwzh:RecyclerViewPager:1.2.0
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.
Failed to resolve: com.github.lsjwzh.RecyclerViewPager:lib:v1.2.0