We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64edf87 + 2d32d37 commit 98b9a26Copy full SHA for 98b9a26
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.2",
+ val activity: String = "1.12.3",
74
val constraintlayout: String = "2.2.1",
75
val work: String = "2.11.1",
76
val hilt: String = "2.57.2",
0 commit comments