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