We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812c0b2 commit 8ea6052Copy full SHA for 8ea6052
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -65,7 +65,7 @@ data class Android(
65
val activity: String = "1.8.2",
66
val constraintlayout: String = "2.1.4",
67
val work: String = "2.10.1",
68
- val hilt: String = "2.56.1",
+ val hilt: String = "2.56.2",
69
val hiltAandroidx: String = "1.2.0",
70
val composeBom: String = "2025.05.00",
71
val robolectric: String = "4.11.1",
0 commit comments