From 4da6a4d4504cad8a187a994ec4c145d74ccb1140 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 15 Jan 2022 18:29:51 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 68bb3d879..c342da9ae 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -76,19 +76,19 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.0' implementation 'androidx.lifecycle:lifecycle-service:2.4.0' implementation 'androidx.lifecycle:lifecycle-process:2.4.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.2' + implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01' implementation 'androidx.preference:preference-ktx:1.1.1' implementation 'androidx.work:work-runtime-ktx:2.7.1' - implementation 'com.google.android.material:material:1.4.0' + implementation 'com.google.android.material:material:1.5.0' //noinspection LifecycleAnnotationProcessorWithJava8 kapt 'androidx.lifecycle:lifecycle-compiler:2.4.0' - implementation 'androidx.room:room-runtime:2.4.0' - implementation 'androidx.room:room-ktx:2.4.0' - kapt 'androidx.room:room-compiler:2.4.0' + implementation 'androidx.room:room-runtime:2.4.1' + implementation 'androidx.room:room-ktx:2.4.1' + kapt 'androidx.room:room-compiler:2.4.1' implementation 'com.squareup.okhttp3:okhttp:4.9.1' implementation 'com.squareup.okio:okio:2.10.0' @@ -97,23 +97,23 @@ dependencies { implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.1' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.1' - implementation 'io.insert-koin:koin-android:3.1.4' + implementation 'io.insert-koin:koin-android:3.1.5' implementation 'io.coil-kt:coil-base:1.4.0' implementation 'com.davemorrissey.labs:subsampling-scale-image-view-androidx:3.10.0' - implementation 'com.github.solkin:disk-lru-cache:1.3' + implementation 'com.github.solkin:disk-lru-cache:1.4' - debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7' + debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1' testImplementation 'junit:junit:4.13.2' testImplementation 'com.google.truth:truth:1.1.3' testImplementation 'org.json:json:20211205' testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' - testImplementation 'io.insert-koin:koin-test-junit4:3.1.4' + testImplementation 'io.insert-koin:koin-test-junit4:3.1.5' 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 'androidx.room:room-testing:2.4.0' + androidTestImplementation 'androidx.room:room-testing:2.4.1' androidTestImplementation 'com.google.truth:truth:1.1.3' } \ No newline at end of file