Fixes before release

This commit is contained in:
Dimitry Ivanov 2017-11-11 17:11:48 +03:00
parent 2765d5cc8f
commit 77b935c513
2 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@
## Installation ## Installation
```groovy ```groovy
compile 'ru.noties:markwon:1.0.0' compile 'ru.noties:markwon:1.0.1'
compile 'ru.noties:markwon-image-loader:1.0.0' // optional compile 'ru.noties:markwon-image-loader:1.0.1' // optional
compile 'ru.noties:markwon-view:1.0.0' // optional compile 'ru.noties:markwon-view:1.0.1' // optional
``` ```
## Supported markdown features: ## Supported markdown features:

View File

@ -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 }} * 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 * as the state, otherwise an empty array will be used. This library provides a ready to be
* used Drawable: {@link TaskListDrawable} * used Drawable: {@link TaskListDrawable}