Bladeren bron

Bump markwonVersion from 4.6.0 to 4.6.1

Bumps `markwonVersion` from 4.6.0 to 4.6.1.

Updates `core` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-strikethrough` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-tables` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `ext-tasklist` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `html` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Updates `syntax-highlight` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/noties/Markwon/releases)
- [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/noties/Markwon/compare/v4.6.0...v4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 jaren geleden
bovenliggende
commit
a07eb920ba
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -54,7 +54,7 @@ configurations {
 ext {
     jacocoVersion = "0.8.2"
     daggerVersion = "2.30.1"
-    markwonVersion =  "4.6.0"
+    markwonVersion =  "4.6.1"
     prismVersion = "2.0.0"
     butterknifeVersion = "10.2.3"
     androidLibraryVersion = "master-SNAPSHOT"