Update images plugin documentation page

This commit is contained in:
Dimitry Ivanov 2020-01-14 16:33:08 +03:00
parent b55b1f0dcc
commit 6d9121b54d

View File

@ -184,11 +184,12 @@ imagesPlugin.addSchemeHandler(new SchemeHandler() {
:::warning :::warning
If you wish to add support for **SVG** or **GIF** you must explicitly add these dependencies If you wish to add support for **SVG** or **GIF** you must explicitly add these dependencies
to your project: to your project:
* for `SVG`: `com.caverock:androidsvg:1.4` * to support `SVG`: [com.caverock:androidsvg](https://github.com/BigBadaboom/androidsvg)
* for `GIF`: `pl.droidsonroids.gif:android-gif-drawable:1.2.14` * to support `GIF`: [pl.droidsonroids.gif:android-gif-drawable](https://github.com/koral--/android-gif-drawable)
You can try more recent versions of these libraries, but make sure that they doesn't For [security reasons](https://github.com/noties/Markwon/issues/186) it's advisable to use latest
introduce any unexpected behavior. versions of these libraries. If you notice compilation and/or runtime issues when used with Markwon,
please [create an issue](https://github.com/noties/Markwon/issues/new) specifying library and library version used.
::: :::