From a75dddcf7ab24e5aa9e0c508d0e8b2ed3b7f73f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 18:39:09 +0000 Subject: [PATCH] Update dependency com.google.android.material:material to v1.10.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b2b065d0e..faa9732813 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ retrofit = "2.9.0" androidPluginForGradle = { module = "com.android.tools.build:gradle", version.ref = "agp" } leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android-startup", version.ref = "leakcanary" } leakcanary-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" } -material = "com.google.android.material:material:1.9.0" +material = "com.google.android.material:material:1.10.0" ffmpeg = "com.arthenica:ffmpeg-kit-audio:6.0-1" junit = "junit:junit:4.13.2" mockk = "io.mockk:mockk:1.13.7"