Skip to content

Commit

Permalink
Release version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed May 29, 2020
1 parent 4f8145c commit b897fa9
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 @@ -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.8"
implementation "com.github.skydoves:needs:1.0.9"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 29,
versionCode : 9,
versionName : '1.0.8',
versionCode : 10,
versionName : '1.0.9',

gradleBuildTool : '3.6.3',
spotlessGradle : '3.28.1',
Expand Down

0 comments on commit b897fa9

Please sign in to comment.