From 270b8833b2a84db71ff9943f26a1fbd7b06a027b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 19:46:23 +0000 Subject: [PATCH] Update dependency com.google.android.material:material to v1.13.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d5b0d9f..7f428fe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -52,7 +52,7 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'com.google.android.material:material:1.4.0' + implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'me.dm7.barcodescanner:zxing:1.9.13' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"