diff options
author | Allan Wang <allanwang@google.com> | 2019-07-26 14:53:29 -0700 |
---|---|---|
committer | Allan Wang <allanwang@google.com> | 2019-07-26 14:53:29 -0700 |
commit | d94017e6f6df67e80604111028ea16f6c7f4e077 (patch) | |
tree | 22ef5516b55dea3b18dca49add00e642b35e36aa /core/src/main/kotlin | |
parent | 4b40be65fd4854c1772ae60ecf784b14e489734c (diff) | |
download | kau-d94017e6f6df67e80604111028ea16f6c7f4e077.tar.gz kau-d94017e6f6df67e80604111028ea16f6c7f4e077.tar.bz2 kau-d94017e6f6df67e80604111028ea16f6c7f4e077.zip |
Update versions and setup with google
Diffstat (limited to 'core/src/main/kotlin')
-rw-r--r-- | core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java b/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java index ac7fb7e..f6e907a 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java +++ b/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java @@ -25,7 +25,7 @@ import static ca.allanwang.kau.swipe.SwipeBackHelperKt.SWIPE_EDGE_TOP; * of useful operations and state tracking for allowing a user to drag and reposition * views within their parent ViewGroup. * <p> - * This is an extension of {@link androidx.core.widget.ViewDragHelper} + * This is an extension of {@link androidx.customview.widget.ViewDragHelper} * Along with additional methods defined in {@link ViewDragHelperExtras} */ class ViewDragHelper implements ViewDragHelperExtras { |