Fixes before release
This commit is contained in:
parent
2765d5cc8f
commit
77b935c513
@ -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:
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user