From 77b935c5131b75181555ba76ad6ca3c3f4f7adb6 Mon Sep 17 00:00:00 2001 From: Dimitry Ivanov Date: Sat, 11 Nov 2017 17:11:48 +0300 Subject: [PATCH] Fixes before release --- README.md | 6 +++--- .../main/java/ru/noties/markwon/spans/SpannableTheme.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fe29ccf..4cf718eb 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ ## Installation ```groovy -compile 'ru.noties:markwon:1.0.0' -compile 'ru.noties:markwon-image-loader:1.0.0' // optional -compile 'ru.noties:markwon-view:1.0.0' // optional +compile 'ru.noties:markwon:1.0.1' +compile 'ru.noties:markwon-image-loader:1.0.1' // optional +compile 'ru.noties:markwon-view:1.0.1' // optional ``` ## Supported markdown features: diff --git a/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java b/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java index 8ae15fac..eb174673 100644 --- a/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java +++ b/library/src/main/java/ru/noties/markwon/spans/SpannableTheme.java @@ -601,7 +601,7 @@ public class SpannableTheme { } /** - * Supplied Drawable must be stateful ({@link Drawable#isStateful()} -> true). If a task + * Supplied Drawable must be stateful ({@link Drawable#isStateful()} returns true). If a task * is marked as done, then this drawable will be updated with an {@code int[] { android.R.attr.state_checked }} * as the state, otherwise an empty array will be used. This library provides a ready to be * used Drawable: {@link TaskListDrawable}