We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8668591 commit 42e537aCopy full SHA for 42e537a
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.0",
+ val activity: String = "1.12.1",
74
val constraintlayout: String = "2.2.1",
75
val work: String = "2.11.0",
76
val hilt: String = "2.57.2",
0 commit comments