Skip to content

Commit 197215d

Browse files
version: 2025.09.05
1 parent 1516bf9 commit 197215d

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313

1414
### AndroidX
1515

16+
- *No changes*
17+
18+
### Stack
19+
20+
- *No changes*
21+
22+
## [2025.09.05]
23+
24+
### red_mad_robot
25+
26+
- *No changes*
27+
28+
### AndroidX
29+
1630
- :arrow_up: [compose-bom](https://developer.android.com/jetpack/androidx/releases/compose#2025.08.01) `2025.08.00``2025.08.01`
1731
- :arrow_up: [lifecycle](https://developer.android.com/jetpack/androidx/releases/lifecycle#2.9.3) `2.9.2``2.9.3`
1832

@@ -221,7 +235,8 @@
221235
- [2023](CHANGELOG-2023.md)
222236
- [2022](CHANGELOG-2022.md)
223237

224-
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.08.22...main
238+
[unreleased]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.09.05...main
239+
[2025.09.05]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.08.22...2025.09.05
225240
[2025.08.22]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.07.24...2025.08.22
226241
[2025.07.24]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.05.16...2025.07.24
227242
[2025.05.16]: https://github.com/RedMadRobot/gradle-version-catalogs/compare/2025.03.10...2025.05.16

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dependencyResolutionManagement {
8585
}
8686

8787
versionCatalogs {
88-
val version = "2025.08.22"
88+
val version = "2025.09.05"
8989
create("rmr") {
9090
from("com.redmadrobot.versions:versions-redmadrobot:$version")
9191
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.redmadrobot.versions
2-
version=2025.08.22
2+
version=2025.09.05
33

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

0 commit comments

Comments
 (0)