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.