Skip to content

Commit

Permalink
version: 2024.05.05
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed May 5, 2024
1 parent 13e0edf commit 9be3552
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@

### AndroidX

- *No changes*

### Stack

- *No changes*

## [2024.05.05]

### AndroidX

- :arrow_up: [activity](https://developer.android.com/jetpack/androidx/releases/activity#1.9.0) `1.8.2``1.9.0`
- :arrow_up: [camera](https://developer.android.com/jetpack/androidx/releases/camera#1.3.3) `1.3.2``1.3.3`
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/compose/bom/bom-mapping) `2024.04.00``2024.05.00`
Expand Down Expand Up @@ -187,9 +197,10 @@ Skipped versions:
- [2023](CHANGELOG-2023.md)
- [2022](CHANGELOG-2022.md)

[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.04.10..main
[2024.04.10]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.03.22..2024.04.10
[2024.03.22]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.03.04..2024.03.22
[2024.03.04]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.02.07..2024.03.04
[2024.02.07]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.01.19..2024.02.07
[2024.01.19]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2023.12.21..2024.01.19
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.05.05...main
[2024.05.05]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.04.10...2024.05.05
[2024.04.10]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.03.22...2024.04.10
[2024.03.22]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.03.04...2024.03.22
[2024.03.04]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.02.07...2024.03.04
[2024.02.07]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.01.19...2024.02.07
[2024.01.19]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2023.12.21...2024.01.19
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencyResolutionManagement {
}

versionCatalogs {
val version = "2024.04.10"
val version = "2024.05.05"
create("rmr") {
from("com.redmadrobot.versions:versions-redmadrobot:$version")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.redmadrobot.versions
version=2024.04.10
version=2024.05.05

# Use official kotlin code style
kotlin.code.style=official

0 comments on commit 9be3552

Please sign in to comment.