We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 764486c + e515e92 commit 64edf87Copy full SHA for 64edf87
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -72,7 +72,7 @@ data class Android(
72
val fragment: String = "1.8.9",
73
val activity: String = "1.12.2",
74
val constraintlayout: String = "2.2.1",
75
- val work: String = "2.11.0",
+ val work: String = "2.11.1",
76
val hilt: String = "2.57.2",
77
val hiltAandroidx: String = "1.3.0",
78
val composeBom: String = "2026.01.00",
0 commit comments