Results 3 issues of Gopal

Hello, I have this setting ``` manager.setStackFrom(StackFrom.Bottom) manager.setVisibleCount(3) manager.setTranslationInterval(8.0f) manager.setScaleInterval(0.98f) manager.setSwipeThreshold(0.3f) manager.setMaxDegree(0.0f) manager.setDirections(Direction.VERTICAL) manager.setCanScrollHorizontal(false) manager.setCanScrollVertical(true) manager.setSwipeableMethod(SwipeableMethod.Manual) manager.setOverlayInterpolator(LinearInterpolator()) cardStackView.layoutManager = manager cardStackView.adapter = adapter cardStackView.itemAnimator.apply { if (this is DefaultItemAnimator) {...

Manifest merger fails because this library is using minSdk as 23 Can you change it to uses-sdk:minSdkVersion 21

Hello, onBindViewHolder is called infinitely for postition = 0