From 2d4c1b751e44b76fd50395f4a1909961162c5b1f Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 14 Jul 2022 14:48:26 +0300 Subject: [PATCH] Update dependencies --- app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ca3c34cc6..daa6a7d41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,11 +76,11 @@ afterEvaluate { } } dependencies { - implementation('com.github.nv95:kotatsu-parsers:67f6af63f8') { + implementation('com.github.nv95:kotatsu-parsers:6af8cec134') { exclude group: 'org.json', module: 'json' } - implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3' + implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'androidx.core:core-ktx:1.8.0' implementation 'androidx.activity:activity-ktx:1.5.0' @@ -116,21 +116,21 @@ dependencies { implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0' implementation 'com.github.solkin:disk-lru-cache:1.4' - implementation 'ch.acra:acra-mail:5.9.3' - implementation 'ch.acra:acra-dialog:5.9.3' + implementation 'ch.acra:acra-mail:5.9.5' + implementation 'ch.acra:acra-dialog:5.9.5' - debugImplementation 'org.jsoup:jsoup:1.15.1' + debugImplementation 'org.jsoup:jsoup:1.15.2' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.3' + testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.test:core-ktx:1.4.0' androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.3' - androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.3' + androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4' androidTestImplementation 'io.insert-koin:koin-test:3.2.0' androidTestImplementation 'io.insert-koin:koin-test-junit4:3.2.0'