Skip to content

Commit

Permalink
Release version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Nov 25, 2019
1 parent 9976d24 commit 9b1313d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:progressview:1.0.4"
implementation "com.github.skydoves:progressview:1.0.5"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 5,
versionName : '1.0.4',
versionCode : 6,
versionName : '1.0.5',

gradleBuildTool : '3.5.2',
spotlessGradle : '3.26.0',
Expand Down

0 comments on commit 9b1313d

Please sign in to comment.