From 96a3cc578244a4043e6de2c749031bf786311d84 Mon Sep 17 00:00:00 2001 From: Robbie Nesmith Date: Thu, 10 Oct 2024 07:17:50 -0500 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b7d9a2a..debabb6 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,9 +21,9 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' - implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.material:material:1.12.0' implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' // implementation 'androidx.preference:preference:1.1.0' // TODO migrate preferences