Skip to content

Commit

Permalink
publish v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Jan 24, 2019
1 parent 56ad3ca commit 7e3090a
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:androidveil:1.0.3"
implementation "com.github.skydoves:androidveil:1.0.4"
}
```

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

gradleBuildTool : '3.3.0',
spotlessGradle : '3.17.0',
Expand Down

0 comments on commit 7e3090a

Please sign in to comment.