From ade1fdb473f8d5817fb188e34436a677376f8d12 Mon Sep 17 00:00:00 2001 From: Teccheck Date: Mon, 6 Jan 2025 12:06:34 +0100 Subject: [PATCH] chore: update dependencies --- app/build.gradle | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f1da3be..e5d4649 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,17 +44,17 @@ ksp { } dependencies { - implementation 'androidx.core:core-ktx:1.13.0' - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.7' + implementation 'androidx.core:core-ktx:1.15.0' + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.0' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5' + implementation 'androidx.navigation:navigation-ui-ktx:2.8.5' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.squareup.picasso:picasso:2.71828' @@ -69,12 +69,12 @@ dependencies { implementation 'androidx.recyclerview:recyclerview-selection:1.1.0' implementation 'com.github.Moriafly:LyricViewX:1.3.2' - implementation 'androidx.activity:activity:1.8.0' + implementation 'androidx.activity:activity-ktx:1.9.3' annotationProcessor 'androidx.room:room-compiler:2.6.1' ksp 'androidx.room:room-compiler:2.6.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' }