From fcc9a481b6034836f34d33b9b9aebc0011f93952 Mon Sep 17 00:00:00 2001 From: akbarabdul80 Date: Thu, 7 Oct 2021 15:29:14 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19afc90..1400843 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ An android widget to input passcode. ``` ### Gradle ```groovy -compile 'online.devliving:passcodeview:1.0.3' +implementation 'online.devliving:passcodeview:1.0.3' ``` ## Usage @@ -28,7 +28,7 @@ compile 'online.devliving:passcodeview:1.0.3' android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" - passcodeView:numDigits="5" + app:passcodeView:numDigits="5" android:layout_marginTop="@dimen/activity_vertical_margin" /> ```