Skip to content

Commit

Permalink
version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekczwa committed Oct 17, 2018
1 parent e1f75b2 commit 1f7d691
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
- Fix ShadowLayout layout parameters and background
- Add findShadowedView methods
- Small build fixes
- Remove some debug logs
- Remove some debug logs

## Version 1.0.2 *(2018-10-17)*
- Change implementation to compileOnly in dependencies
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add it in your root build.gradle at the end of repositories:
### Step 2. Add the dependency
```groovy
dependencies {
implementation 'com.github.maciekczwa:shadowlib:1.0.1'
implementation 'com.github.maciekczwa:shadowlib:1.0.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions shadowlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 1f7d691

Please sign in to comment.