We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea51d0 commit 7fc9017Copy full SHA for 7fc9017
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -67,7 +67,7 @@ data class Android(
67
val androidxCore: String = "1.16.0",
68
val appcompat: String = "1.7.1",
69
val material: String = "1.12.0",
70
- val lifecycle: String = "2.9.2",
+ val lifecycle: String = "2.9.3",
71
val fragment: String = "1.8.9",
72
val activity: String = "1.10.1",
73
val constraintlayout: String = "2.2.1",
0 commit comments