Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Faltenreich committed Mar 26, 2018
1 parent 165282a commit cbf5b2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Create your own skeleton view with custom shapes, colors and shimmers.
##### Gradle
```gradle
dependencies {
implementation 'com.faltenreich:skeletonlayout:1.0.1'
implementation 'com.faltenreich:skeletonlayout:1.0.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
targetSdk = 27
kotlinVersion = '1.2.30'
supportVersion = '27.1.0'
projectVersion = '1.0.1'
projectVersionCode = 2
projectVersion = '1.0.0'
projectVersionCode = 1
}

repositories {
Expand Down

0 comments on commit cbf5b2b

Please sign in to comment.