From aa67f08ef735653de98457928e404be5d91d0bbc Mon Sep 17 00:00:00 2001 From: John Carlson Date: Thu, 18 Jan 2024 02:26:15 -0600 Subject: [PATCH] Update the reference url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1106d0..28e1b6f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TranslationViewDragHelper -A version of [ViewDragHelper](https://developer.android.com/reference/android/support/v4/widget/ViewDragHelper.html) which accounts for X and Y translations. +A version of [ViewDragHelper](https://developer.android.com/reference/androidx/customview/widget/ViewDragHelper) which accounts for X and Y translations. [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.commit451/translationviewdraghelper/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.commit451/translationviewdraghelper)