Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erkutaras authored Feb 15, 2019
1 parent 112fd5f commit 69b271e
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 @@ -32,7 +32,7 @@ allprojects {
**Step 2.** Add the library dependency to your project build.gradle:
```
dependencies {
implementation 'com.github.erkutaras:StateLayout:1.3.0'
implementation 'com.github.erkutaras:StateLayout:1.3.1'
}
```

Expand All @@ -42,7 +42,7 @@ _If you don't migrate your project with AndroidX yet, you may need to exclude an

```
dependencies {
implementation ('com.github.erkutaras:StateLayout:1.3.0') {
implementation ('com.github.erkutaras:StateLayout:1.3.1') {
exclude group: 'androidx.appcompat'
}
}
Expand Down

0 comments on commit 69b271e

Please sign in to comment.