Skip to content

Commit

Permalink
version: 2024.09.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrTabolin committed Sep 4, 2024
1 parent 9b16ca7 commit 131bc3e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@

### AndroidX

- *No changes*

### Stack

- *No changes*

## [2024.09.04]

### red_mad_robot

- *No changes*

### AndroidX

- :arrow_up: [annotation](https://developer.android.com/jetpack/androidx/releases/annotation#1.8.2) `1.8.1``1.8.2`
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/compose/bom/bom-mapping) `2024.06.00``2024.08.00`
- :arrow_up: [media3](https://developer.android.com/jetpack/androidx/releases/media3#1.4.1) `1.4.0``1.4.1`
Expand Down Expand Up @@ -347,7 +361,8 @@ Skipped versions:
- [2023](CHANGELOG-2023.md)
- [2022](CHANGELOG-2022.md)

[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.08.01...main
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.09.04...main
[2024.09.04]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.08.01...2024.09.04
[2024.08.01]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.07.08...2024.08.01
[2024.07.08]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.06.03...2024.07.08
[2024.06.03]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2024.05.05...2024.06.03
Expand Down
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.08.01"
val version = "2024.09.04"
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.08.01
version=2024.09.04

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

0 comments on commit 131bc3e

Please sign in to comment.