Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
update version code
  • Loading branch information
carythh committed Jan 17, 2023
1 parent 29ba8b4 commit fd7c9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It now uses a memory optimised version of shimmer animation so it is even faster
In your build.gradle:
```
dependencies {
implementation 'com.ethanhua:skeleton:1.1.2'
implementation 'com.ethanhua:skeleton:2.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {
minSdkVersion 23
targetSdkVersion 33
versionCode 10
versionName "1.1.2"
versionName "2.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit fd7c9cf

Please sign in to comment.