Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #288

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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`
Expand Down Expand Up @@ -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.
Expand Down