From c01d80f7da195ec0bb6a5d43deefe96bf3e5de66 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sat, 15 Jun 2024 10:51:42 +0300 Subject: [PATCH] Update dependencies --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c57a6a7b3..337f531e0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId 'org.koitharu.kotatsu' minSdk = 21 targetSdk = 34 - versionCode = 648 - versionName = '7.2' + versionCode = 649 + versionName = '7.2.1' generatedDensities = [] testInstrumentationRunner 'org.koitharu.kotatsu.HiltTestRunner' ksp { @@ -82,7 +82,7 @@ afterEvaluate { } dependencies { //noinspection GradleDependency - implementation('com.github.KotatsuApp:kotatsu-parsers:56fd22b43f') { + implementation('com.github.KotatsuApp:kotatsu-parsers:f49e9fa66b') { exclude group: 'org.json', module: 'json' } @@ -93,12 +93,12 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.core:core-ktx:1.13.1' implementation 'androidx.activity:activity-ktx:1.9.0' - implementation 'androidx.fragment:fragment-ktx:1.7.1' + implementation 'androidx.fragment:fragment-ktx:1.8.0' implementation 'androidx.transition:transition-ktx:1.5.0' implementation 'androidx.collection:collection-ktx:1.4.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1' - implementation 'androidx.lifecycle:lifecycle-service:2.8.1' - implementation 'androidx.lifecycle:lifecycle-process:2.8.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.2' + implementation 'androidx.lifecycle:lifecycle-service:2.8.2' + implementation 'androidx.lifecycle:lifecycle-process:2.8.2' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' @@ -106,7 +106,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.12.0' - implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.1' + implementation 'androidx.lifecycle:lifecycle-common-java8:2.8.2' implementation 'androidx.webkit:webkit:1.11.0' implementation 'androidx.work:work-runtime:2.9.0'