From 49efc3dfec0c2da88185d34a6b3972c55fa57a7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:30:55 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.material:material to v1.12.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 74cd88f..0bdd4ab 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -59,6 +59,6 @@ dependencies { androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion" implementation "androidx.browser:browser:$androidxBrowserVersion" implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' }