Skip to content

Commit

Permalink
published version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 20, 2019
1 parent bb92576 commit 4bce4f8
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 @@ -18,7 +18,7 @@ Needs can be fully customized and showing with animations. <br>
And add a dependency code to your **module**'s `build.gradle` file.
```gradle
dependencies {
implementation "com.github.skydoves:needs:1.0.1"
implementation "com.github.skydoves:needs:1.0.2"
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
@@ -1,8 +1,8 @@
ext.versions = [
minSdk : 16,
compileSdk : 28,
versionCode : 2,
versionName : '1.0.1',
versionCode : 3,
versionName : '1.0.2',

gradleBuildTool : '3.4.0',
spotlessGradle : '3.19.0',
Expand Down

0 comments on commit 4bce4f8

Please sign in to comment.