From 0fdbf62e55516544b0ffacc0f7a05034699f734a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:26:01 +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' }