Skip to content

Commit

Permalink
Release a new version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Dec 26, 2020
1 parent 746f3aa commit 17e9eba
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 @@ -39,7 +39,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:progressview:1.1.0"
implementation "com.github.skydoves:progressview:1.1.1"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
ext.versions = [
minSdk : 17,
compileSdk : 30,
versionCode : 10,
versionName : '1.1.0',
versionCode : 11,
versionName : '1.1.1',

gradleBuildTool : '4.1.1',
spotlessGradle : '5.8.2',
Expand Down

0 comments on commit 17e9eba

Please sign in to comment.