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'