We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72b798b + c3e416a commit eb644f3Copy full SHA for eb644f3
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -81,7 +81,7 @@ data class Android(
81
val hiltAandroidx: String = "1.3.0",
82
val metro: String = "0.12.0",
83
val metroPlugin: String = "0.10.2",
84
- val composeBom: String = "2026.03.00",
+ val composeBom: String = "2026.03.01",
85
val robolectric: String = "4.16.1",
86
val espresso: String = "3.7.0",
87
)
0 commit comments