Skip to content

Commit

Permalink
Bump compose-theme-adapter-3 from 1.0.9 to 1.0.10
Browse files Browse the repository at this point in the history
Bumps [compose-theme-adapter-3](https://github.com/material-components/material-components-android-compose-theme-adapter) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/material-components/material-components-android-compose-theme-adapter/releases)
- [Commits](material-components/material-components-android-compose-theme-adapter@material3-v1.0.9...material3-v1.0.10)

---
updated-dependencies:
- dependency-name: com.google.android.material:compose-theme-adapter-3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2022
1 parent b9949f2 commit e501d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ buildscript {
ext.composeRuntimeLivedata = "androidx.compose.runtime:runtime-livedata:$jetpack"
ext.composeRuntimeRxjava2 = "androidx.compose.runtime:runtime-rxjava2:$jetpack"
ext.composeMaterialThemeAdapter = "com.google.android.material:compose-theme-adapter:1.1.10"
ext.composeMaterial3ThemeAdapter = "com.google.android.material:compose-theme-adapter-3:1.0.9"
ext.composeMaterial3ThemeAdapter = "com.google.android.material:compose-theme-adapter-3:1.0.10"
ext.landscapistGlide = "com.github.skydoves:landscapist-glide:1.5.2"
ext.composeConstraintLayout = "androidx.constraintlayout:constraintlayout-compose:1.0.1"
ext.composeAnimation = "androidx.compose.animation:animation:$jetpack"
Expand Down

0 comments on commit e501d34

Please sign in to comment.