From d1bd7f0e1fb67e9da061c4c4163ef05b7dd507a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 18:42:41 +0000 Subject: [PATCH] Update dependency androidx.compose.material:material to v1.5.0 (#211) * Update dependency androidx.compose.material:material to v1.5.0 * Compile 34 * Compile 34 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton --- gradle/libs.versions.toml | 4 ++-- sample/app/build.gradle.kts | 2 +- sample/library/build.gradle.kts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4b87ba44..5b7aa35b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,8 +11,8 @@ androidAnnotation = "androidx.annotation:annotation:1.6.0" androidCollection = "androidx.collection:collection:1.2.0" androidTestRunner = "androidx.test:runner:1.5.2" composeCompiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose-compiler" } -composeMaterial = "androidx.compose.material:material:1.4.3" -composeUi = "androidx.compose.ui:ui:1.4.3" +composeMaterial = "androidx.compose.material:material:1.5.0" +composeUi = "androidx.compose.ui:ui:1.5.0" googleMaterial = "com.google.android.material:material:1.9.0" icu4j = "com.ibm.icu:icu4j:73.2" junit = "junit:junit:4.13.2" diff --git a/sample/app/build.gradle.kts b/sample/app/build.gradle.kts index bb36448d..981d2240 100644 --- a/sample/app/build.gradle.kts +++ b/sample/app/build.gradle.kts @@ -7,7 +7,7 @@ plugins { android { namespace = "app.cash.paraphrase.sample.app" - compileSdk = 33 + compileSdk = 34 buildFeatures { compose = true diff --git a/sample/library/build.gradle.kts b/sample/library/build.gradle.kts index 849419da..e68a51c2 100644 --- a/sample/library/build.gradle.kts +++ b/sample/library/build.gradle.kts @@ -7,7 +7,7 @@ plugins { android { namespace = "app.cash.paraphrase.sample.library" - compileSdk = 33 + compileSdk = 34 defaultConfig { minSdk = 24