We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d30d5d + df889ea commit 2d4e919Copy full SHA for 2d4e919
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -76,7 +76,7 @@ data class Android(
76
val work: String = "2.11.1",
77
val hilt: String = "2.59.1",
78
val hiltAandroidx: String = "1.3.0",
79
- val metro: String = "0.10.2",
+ val metro: String = "0.10.3",
80
val metroPlugin: String = "0.10.2",
81
val composeBom: String = "2026.01.01",
82
val robolectric: String = "4.16.1",
0 commit comments