Skip to content

Commit

Permalink
androidx: compose-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AleksandrTabolin committed Dec 12, 2024
1 parent 51e9690 commit e2f35b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
- :arrow_up: [activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.3) `1.9.1``1.9.3`
- :arrow_up: [annotation](https://developer.android.com/jetpack/androidx/releases/annotation#1.9.1) `1.8.2``1.9.1`
- :arrow_up: [camera](https://developer.android.com/jetpack/androidx/releases/camera#1.4.1) `1.3.4``1.4.1` :warning: *(Potentially breaking changes)*
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/compose/bom/bom-mapping) `2024.08.00``2024.12.01` :warning: *(Potentially breaking changes)*
- :arrow_up: [compose-animation](https://developer.android.com/jetpack/androidx/releases/compose-animation#1.7.6) `1.6.8``1.7.6`
- :arrow_up: [compose-foundation](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.7.6) `1.6.8``1.7.6`
- :arrow_up: [compose-material](https://developer.android.com/jetpack/androidx/releases/compose-material#1.7.6) `1.6.8``1.7.6`
- :arrow_up: [compose-material3](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.1) `1.2.1``1.3.1`
- :arrow_up: [compose-runtime](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.7.6) `1.6.8``1.7.6`
- :arrow_up: [compose-ui](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.7.6) `1.6.8``1.7.6`
- :arrow_up: [constraintlayout](https://developer.android.com/jetpack/androidx/releases/constraintlayout#constraintlayout-2.2.0) `2.1.4``2.2.0`
- :arrow_up: [constraintlayout-compose](https://developer.android.com/jetpack/androidx/releases/constraintlayout#1.1.0) `1.0.1``1.1.0` :warning:
- :arrow_up: [constraintlayout-core](https://developer.android.com/jetpack/androidx/releases/constraintlayout#1.1.0) `1.0.4`-> `1.1.0` :warning:
Expand Down
14 changes: 7 additions & 7 deletions versions-androidx/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotation-experimental = "1.4.1"
appcompat = "1.7.0"
browser = "1.8.0"
camera = "1.4.1"
compose-animation = "1.6.8"
compose-bom = "2024.08.00"
compose-foundation = "1.6.8"
compose-material = "1.6.8"
compose-material3 = "1.2.1"
compose-runtime = "1.6.8"
compose-ui = "1.6.8"
compose-animation = "1.7.6"
compose-bom = "2024.12.01"
compose-foundation = "1.7.6"
compose-material = "1.7.6"
compose-material3 = "1.3.1"
compose-runtime = "1.7.6"
compose-ui = "1.7.6"
constraintlayout = "2.2.0"
constraintlayout-compose = "1.1.0"
constraintlayout-core = "1.1.0"
Expand Down

0 comments on commit e2f35b0

Please sign in to comment.