From f027a46dc0c784cbb1e3d570d7ea09e5d20e1731 Mon Sep 17 00:00:00 2001 From: brodeurlv Date: Tue, 9 Apr 2024 23:21:28 +0200 Subject: [PATCH] updated libs --- app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 853b2017..60fa5692 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { applicationId "com.easyfitness" minSdkVersion 31 targetSdkVersion 33 - versionCode 65 + versionCode 67 versionName "0.20.6.1" vectorDrawables.useSupportLibrary true } @@ -76,13 +76,13 @@ android { dependencies { // Support - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - implementation 'androidx.exifinterface:exifinterface:1.3.2' - implementation 'androidx.preference:preference:1.1.1' - implementation 'com.google.android.material:material:1.2.1' + implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' + implementation 'androidx.exifinterface:exifinterface:1.3.7' + implementation 'androidx.preference:preference:1.2.1' + implementation 'com.google.android.material:material:1.9.0' // Testing testImplementation 'junit:junit:4.13.2'