Skip to content

Commit

Permalink
Updated readme with current version
Browse files Browse the repository at this point in the history
  • Loading branch information
acefalobi authored Apr 13, 2021
1 parent 47ca7ae commit b7c39b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ Gradle:

```gradle
dependencies {
implementation 'com.github.acefalobi:android-stepper:0.2.1'
implementation 'com.github.acefalobi:android-stepper:0.2.2'
}
```

Kotlin DSL:

```kotlin
dependencies {
implementation("com.github.acefalobi:android-stepper:0.2.1")
implementation("com.github.acefalobi:android-stepper:0.2.2")
}
```

Expand Down

0 comments on commit b7c39b4

Please sign in to comment.