We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a7302 commit 1393734Copy full SHA for 1393734
1 file changed
project-generator/src/main/kotlin/io/github/cdsap/projectgenerator/model/Versions.kt
@@ -64,7 +64,7 @@ data class Kotlin(
64
65
data class Android(
66
val agp: String = "8.13.1",
67
- val agp9: String = "9.0.0-beta01",
+ val agp9: String = "9.0.0-beta03",
68
val androidxCore: String = "1.17.0",
69
val appcompat: String = "1.7.1",
70
val material: String = "1.13.0",
0 commit comments