From 756ab046bddce43dc71376ce25638268fe3130c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 16:53:08 +0000 Subject: [PATCH] fix(deps): update dependency com.google.android.material:material to v1.12.0 --- mobile-app/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile-app/android/app/build.gradle b/mobile-app/android/app/build.gradle index 47976859d..8ae5ec11a 100644 --- a/mobile-app/android/app/build.gradle +++ b/mobile-app/android/app/build.gradle @@ -74,5 +74,5 @@ flutter { } dependencies { - implementation 'com.google.android.material:material:1.11.0' + implementation 'com.google.android.material:material:1.12.0' }