Add Markwon dependency

pull/1208/head
Alex Baker 4 years ago
parent 75d130556c
commit afd5469d72

@ -159,6 +159,8 @@ dependencies {
kapt("androidx.room:room-compiler:${Versions.room}")
implementation("io.reactivex.rxjava2:rxandroid:2.1.1")
implementation("androidx.paging:paging-runtime:2.1.2")
implementation("io.noties.markwon:core:${Versions.markwon}")
implementation("io.noties.markwon:ext-strikethrough:${Versions.markwon}")
kapt("com.jakewharton:butterknife-compiler:${Versions.butterknife}")
implementation("com.jakewharton:butterknife:${Versions.butterknife}")

@ -803,3 +803,23 @@
license: The Apache Software License, Version 2.0
licenseUrl: https://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/google/dagger
- artifact: io.noties.markwon:ext-strikethrough:+
name: ext-strikethrough
copyrightHolder: Dimitry Ivanov
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/noties/Markwon
- artifact: io.noties.markwon:core:+
name: core
copyrightHolder: Dimitry Ivanov
license: The Apache Software License, Version 2.0
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
url: https://github.com/noties/Markwon
- artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:+
name: commonmark-ext-gfm-strikethrough
copyrightHolder: Atlassian and others
license: BSD 2-Clause
- artifact: com.atlassian.commonmark:commonmark:+
name: commonmark
copyrightHolder: Atlassian and others
license: BSD 2-Clause

@ -1910,6 +1910,58 @@
"normalizedLicense": "apache2",
"url": "https://github.com/google/dagger",
"libraryName": "hilt-core"
},
{
"artifactId": {
"name": "ext-strikethrough",
"group": "io.noties.markwon",
"version": "+"
},
"copyrightHolder": "Dimitry Ivanov",
"copyrightStatement": "Copyright © Dimitry Ivanov. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"url": "https://github.com/noties/Markwon",
"libraryName": "ext-strikethrough"
},
{
"artifactId": {
"name": "core",
"group": "io.noties.markwon",
"version": "+"
},
"copyrightHolder": "Dimitry Ivanov",
"copyrightStatement": "Copyright © Dimitry Ivanov. All rights reserved.",
"license": "The Apache Software License, Version 2.0",
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"normalizedLicense": "apache2",
"url": "https://github.com/noties/Markwon",
"libraryName": "core"
},
{
"artifactId": {
"name": "commonmark-ext-gfm-strikethrough",
"group": "com.atlassian.commonmark",
"version": "+"
},
"copyrightHolder": "Atlassian and others",
"copyrightStatement": "Copyright © Atlassian and others. All rights reserved.",
"license": "BSD 2-Clause",
"normalizedLicense": "bsd_2_clauses",
"libraryName": "commonmark-ext-gfm-strikethrough"
},
{
"artifactId": {
"name": "commonmark",
"group": "com.atlassian.commonmark",
"version": "+"
},
"copyrightHolder": "Atlassian and others",
"copyrightStatement": "Copyright © Atlassian and others. All rights reserved.",
"license": "BSD 2-Clause",
"normalizedLicense": "bsd_2_clauses",
"libraryName": "commonmark"
}
]
}

@ -17,4 +17,5 @@ object Versions {
const val hilt = "2.29.1-alpha"
const val hilt_androidx = "1.0.0-alpha02"
const val lifecycle = "2.2.0"
const val markwon = "4.6.0"
}

@ -280,6 +280,13 @@
+| +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.2.0 (*)
+| +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.2.0 (*)
+| \--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 (*)
++--- io.noties.markwon:core:4.6.0
+| +--- androidx.annotation:annotation:1.1.0
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- io.noties.markwon:ext-strikethrough:4.6.0
+| +--- io.noties.markwon:core:4.6.0 (*)
+| \--- com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.13.0
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- com.jakewharton:butterknife:10.2.3
+| \--- com.jakewharton:butterknife-runtime:10.2.3
+| +--- com.jakewharton:butterknife-annotations:10.2.3

@ -398,6 +398,13 @@
+| +--- androidx.lifecycle:lifecycle-runtime:2.0.0 -> 2.2.0 (*)
+| +--- androidx.lifecycle:lifecycle-livedata:2.0.0 -> 2.2.0 (*)
+| \--- androidx.recyclerview:recyclerview:1.0.0 -> 1.1.0 (*)
++--- io.noties.markwon:core:4.6.0
+| +--- androidx.annotation:annotation:1.1.0
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- io.noties.markwon:ext-strikethrough:4.6.0
+| +--- io.noties.markwon:core:4.6.0 (*)
+| \--- com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.13.0
+| \--- com.atlassian.commonmark:commonmark:0.13.0
++--- com.jakewharton:butterknife:10.2.3
+| \--- com.jakewharton:butterknife-runtime:10.2.3
+| +--- com.jakewharton:butterknife-annotations:10.2.3

Loading…
Cancel
Save