Skip to content

Commit

Permalink
Released version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Oct 7, 2019
1 parent 885799f commit b63cc47
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 @@ -28,7 +28,7 @@ allprojects {
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:needs:1.0.6"
implementation "com.github.skydoves:needs:1.0.7"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 7,
versionName : '1.0.6',
versionCode : 8,
versionName : '1.0.7',

gradleBuildTool : '3.5.1',
spotlessGradle : '3.24.2',
Expand Down

0 comments on commit b63cc47

Please sign in to comment.