diff --git a/README.md b/README.md index fb80fda..5d2688c 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/dependencies.gradle b/dependencies.gradle index 0a6409a..b4f12c1 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -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', diff --git a/library/src/main/java/com/afollestad/aesthetic/views/AestheticImageButton.kt b/library/src/main/java/com/afollestad/aesthetic/views/AestheticImageButton.kt index 8859bb4..7bfb55a 100644 --- a/library/src/main/java/com/afollestad/aesthetic/views/AestheticImageButton.kt +++ b/library/src/main/java/com/afollestad/aesthetic/views/AestheticImageButton.kt @@ -45,7 +45,6 @@ class AestheticImageButton( .distinctToMainThread() .subscribeBackgroundColor(this) - subs += watchColor(context, tintResId) .distinctToMainThread() .subscribeImageViewTint(this)