From 1ce79aefaf2e2e786961c02dfc9321542feafa69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:44:33 +0000 Subject: [PATCH] Update all non-major dependencies --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6c867c99..7b67f447 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,7 +12,7 @@ android { applicationId project.properties["app.application_id"] versionCode project.properties["app.version_code"].toInteger() versionName project.properties["app.version_name"] - minSdk 23 + minSdk 24 compileSdk = 35 targetSdk 36 @@ -168,11 +168,11 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' + implementation 'androidx.appcompat:appcompat:1.8.0' implementation 'com.google.android.material:material:1.14.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.2' - implementation 'androidx.navigation:navigation-fragment:2.9.8' - implementation 'androidx.navigation:navigation-ui:2.9.8' + implementation 'androidx.navigation:navigation-fragment:2.10.0' + implementation 'androidx.navigation:navigation-ui:2.10.0' implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0' implementation 'com.google.oboe:oboe:1.10.0'