From 6e9ce29590540a1015e5cd313f8ca5f528c61a39 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 14 Sep 2019 13:44:19 +0200 Subject: [PATCH] Updated Markwon --- app/build.gradle | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index deb69f4441..c4aa02634b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -195,7 +195,7 @@ dependencies { def biweekly_version = "0.6.3" def photoview_version = "2.3.0" def relinker_version = "1.3.1" - def markwon_version = "4.1.0" + def markwon_version = "4.1.1" // https://developer.android.com/jetpack/androidx/releases/ @@ -246,10 +246,11 @@ dependencies { // https://mvnrepository.com/artifact/androidx.paging/paging-runtime implementation "androidx.paging:paging-runtime:$paging_version" + // https://mvnrepository.com/artifact/androidx.preference/preference implementation "androidx.preference:preference:$preference_version" - // https://mvnrepository.com/artifact/android.arch.work/work-runtime + // https://mvnrepository.com/artifact/androidx.work/work-runtime implementation "androidx.work:work-runtime:$work_version" // https://mvnrepository.com/artifact/androidx.exifinterface/exifinterface @@ -304,9 +305,6 @@ dependencies { // https://github.com/KeepSafe/ReLinker implementation "com.getkeepsafe.relinker:relinker:$relinker_version" - // https://square.github.io/leakcanary/getting_started/ - //debugImplementation "com.squareup.leakcanary:leakcanary-android:2.0-alpha-3" - // https://github.com/noties/Markwon implementation "io.noties.markwon:core:$markwon_version"