From 6b27a24b817bc12edf5c3d9bcb4dcb45abbcdbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Sun, 19 Jan 2020 19:57:29 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a37284a..4030740 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library allows to use Material steppers inside Android applications. -Quoting the [documentation](https://www.google.com/design/spec/components/steppers.html): +Quoting the [documentation](https://material.io/archive/guidelines/components/steppers.html): >Steppers display progress through a sequence by breaking it up into multiple logical and numbered steps. @@ -66,7 +66,7 @@ Moreover, you can find there other examples, e.g. how to persist state on rotati ### Download (from JCenter) ```groovy -compile 'com.stepstone.stepper:material-stepper:4.3.1' +implementation 'com.stepstone.stepper:material-stepper:4.3.1' ``` *Note:* This library adds a transitive dependency to AppCompat `25.4.0` @@ -535,7 +535,7 @@ navigation buttons & tabs. To do so add a Gradle dependency: ```groovy - androidTestCompile 'com.stepstone.stepper:espresso-material-stepper:X.X.X' + androidTestImplementation 'com.stepstone.stepper:espresso-material-stepper:X.X.X' ``` Please see the sample app which uses it in instrumentation tests for more details.