From 22b2264a71bf3ae1fd01f011c6aefd07039f0bd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 20:19:57 +0000 Subject: [PATCH] Update dependency androidx.compose.material:material to v1.5.0 --- integration/avif/build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/avif/build.gradle b/integration/avif/build.gradle index ca795e3b9c..807869f3af 100644 --- a/integration/avif/build.gradle +++ b/integration/avif/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' dependencies { implementation project(':library') - implementation 'org.aomedia.avif.android:avif:0.11.1.647c3c2' + implementation 'org.aomedia.avif.android:avif:0.11.1.3c786d2' implementation libs.guava annotationProcessor project(':annotation:compiler') diff --git a/settings.gradle b/settings.gradle index f3855c65bc..d09d22f3e4 100644 --- a/settings.gradle +++ b/settings.gradle @@ -100,7 +100,7 @@ dependencyResolutionManagement { library('androidx.vectordrawable', 'androidx.vectordrawable:vectordrawable-animated:1.1.0') library('proguard-gradle', 'com.guardsquare:proguard-gradle:7.1.0') library('compose-foundation', 'androidx.compose.foundation:foundation:1.3.1') - library('compose-material', 'androidx.compose.material:material:1.3.1') + library('compose-material', 'androidx.compose.material:material:1.5.0') library('compose-ui', 'androidx.compose.ui', 'ui').versionRef('compose') library('compose-ui.testmanifest', 'androidx.compose.ui', 'ui-test-manifest').versionRef('compose') library('compose-ui.testjunit4', 'androidx.compose.ui', 'ui-test-junit4').versionRef('compose')