From 4c8c5ce1204f33529c8030bca51d3a8b0ae091f0 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Fri, 31 Jan 2025 10:32:39 +0100 Subject: [PATCH] gradle: dependencies update --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 553d0daf..b6ee7b49 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { minSdkVersion 24 targetSdk 35 - versionCode 25 - versionName '3.8.1' + versionCode 26 + versionName '3.9.0' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' @@ -77,9 +77,9 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5' - implementation 'androidx.navigation:navigation-ui-ktx:2.8.5' - implementation 'androidx.recyclerview:recyclerview:1.3.2' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.6' + implementation 'androidx.navigation:navigation-ui-ktx:2.8.6' + implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.room:room-runtime:2.6.1' implementation 'androidx.core:core-splashscreen:1.0.1' implementation 'androidx.appcompat:appcompat:1.7.0'