Skip to content

Commit

Permalink
Update dependency androidx.compose.material:material to v1.5.0 (#211)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Aug 9, 2023
1 parent 8ae4216 commit d1bd7f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.sample.app"
compileSdk = 33
compileSdk = 34

buildFeatures {
compose = true
Expand Down
2 changes: 1 addition & 1 deletion sample/library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

android {
namespace = "app.cash.paraphrase.sample.library"
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 24
Expand Down

0 comments on commit d1bd7f0

Please sign in to comment.