We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3d809 commit 3851375Copy full SHA for 3851375
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -70,7 +70,7 @@ data class Android(
70
val material: String = "1.13.0",
71
val lifecycle: String = "2.10.0",
72
val fragment: String = "1.8.9",
73
- val activity: String = "1.12.1",
+ val activity: String = "1.12.2",
74
val constraintlayout: String = "2.2.1",
75
val work: String = "2.11.0",
76
val hilt: String = "2.57.2",
0 commit comments