Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 19, 2018
1 parent eb26771 commit dce415b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
// ... other dependencies
implementation 'com.afollestad:aesthetic:0.7.0'
implementation 'com.afollestad:aesthetic:0.7.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdk : 16,
compileSdk : 28,
buildTools : '28.0.2',
publishVersion : '0.7.0',
publishVersionCode: 26,
publishVersion : '0.7.1',
publishVersionCode: 27,

gradlePlugin : '3.1.4',
kotlin : '1.2.70',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class AestheticImageButton(
.distinctToMainThread()
.subscribeBackgroundColor(this)


subs += watchColor(context, tintResId)
.distinctToMainThread()
.subscribeImageViewTint(this)
Expand Down

0 comments on commit dce415b

Please sign in to comment.