|
|
|
@ -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"
|
|
|
|
|
|
|
|
|
|