From 6bc7b6099105def879a22e2b814b32b4b2b57238 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:16:08 +0000 Subject: [PATCH] Update Update Androidx --- app/build.gradle | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 99a46f1..e9a636c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,21 +85,21 @@ dependencies { def composeCompiler = "androidx.compose.compiler:compiler:${project.ext.composeCompiler}" implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.activity:activity-compose:1.9.0' - def compose = "1.6.7" + implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.activity:activity-compose:1.9.2' + def compose = "1.7.2" implementation "androidx.compose.ui:ui:$compose" - implementation "androidx.compose.foundation:foundation:1.6.7" - implementation "androidx.compose.material:material:1.6.7" + implementation "androidx.compose.foundation:foundation:1.7.2" + implementation "androidx.compose.material:material:1.7.2" implementation "androidx.compose.ui:ui-tooling:$compose" - implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' - def lifecycle = "2.7.0" + def lifecycle = "2.8.6" implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle" implementation "androidx.lifecycle:lifecycle-runtime-compose:$lifecycle" - implementation 'androidx.fragment:fragment-ktx:1.7.0' - def nav_version = "2.7.7" + implementation 'androidx.fragment:fragment-ktx:1.8.3' + def nav_version = "2.8.1" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version" @@ -124,8 +124,8 @@ dependencies { testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2' testImplementation "io.coil-kt:coil-test:$coil_version" - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - def espresso = "3.5.1" + androidTestImplementation 'androidx.test.ext:junit:1.2.1' + def espresso = "3.6.1" androidTestImplementation "androidx.test.espresso:espresso-core:$espresso" androidTestImplementation "androidx.test.espresso:espresso-contrib:$espresso" androidTestImplementation "com.squareup.okhttp3:mockwebserver:$okhttp"