From f4313525c270d34c469790fbec1da98061b2c0d4 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Thu, 14 Sep 2023 09:05:50 +0300 Subject: [PATCH] Update dependencies --- app/build.gradle | 24 ++++++++++++------------ build.gradle | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 40a7c1565..560ecec73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,13 +89,13 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.core:core-ktx:1.10.1' + implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.activity:activity-ktx:1.7.2' implementation 'androidx.fragment:fragment-ktx:1.6.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.1' - implementation 'androidx.lifecycle:lifecycle-service:2.6.1' - implementation 'androidx.lifecycle:lifecycle-process:2.6.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2' + implementation 'androidx.lifecycle:lifecycle-service:2.6.2' + implementation 'androidx.lifecycle:lifecycle-process:2.6.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.3.1' @@ -103,7 +103,7 @@ dependencies { implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.biometric:biometric-ktx:1.2.0-alpha05' implementation 'com.google.android.material:material:1.9.0' - implementation 'androidx.lifecycle:lifecycle-common-java8:2.6.1' + implementation 'androidx.lifecycle:lifecycle-common-java8:2.6.2' // TODO https://issuetracker.google.com/issues/254846063 implementation 'androidx.work:work-runtime-ktx:2.8.1' @@ -125,8 +125,8 @@ dependencies { implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl:4.3.2' implementation 'com.hannesdorfmann:adapterdelegates4-kotlin-dsl-viewbinding:4.3.2' - implementation 'com.google.dagger:hilt-android:2.47' - kapt 'com.google.dagger:hilt-compiler:2.47' + implementation 'com.google.dagger:hilt-android:2.48' + kapt 'com.google.dagger:hilt-compiler:2.48' implementation 'androidx.hilt:hilt-work:1.0.0' kapt 'androidx.hilt:hilt-compiler:1.0.0' @@ -136,8 +136,8 @@ dependencies { implementation 'com.github.solkin:disk-lru-cache:1.4' implementation 'io.noties.markwon:core:4.6.2' - implementation 'ch.acra:acra-http:5.11.1' - implementation 'ch.acra:acra-dialog:5.11.1' + implementation 'ch.acra:acra-http:5.11.2' + implementation 'ch.acra:acra-dialog:5.11.2' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.12' @@ -155,6 +155,6 @@ dependencies { androidTestImplementation 'androidx.room:room-testing:2.5.2' androidTestImplementation 'com.squareup.moshi:moshi-kotlin:1.15.0' - androidTestImplementation 'com.google.dagger:hilt-android-testing:2.47' - kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.47' + androidTestImplementation 'com.google.dagger:hilt-android-testing:2.48' + kaptAndroidTest 'com.google.dagger:hilt-android-compiler:2.48' } diff --git a/build.gradle b/build.gradle index 731045b3c..8385c1e4a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.1.1' classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10' - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47' + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48' classpath 'com.google.devtools.ksp:symbol-processing-gradle-plugin:1.9.0-1.0.13' } }