From 1b13a39f9b3b9c6970cf242633bf63bb242ddd93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 04:06:36 +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' }