File tree Expand file tree Collapse file tree
build-logic/src/main/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33object libs {
44 object versions {
5- const val kotlin = " 2.1.21 "
5+ const val kotlin = " 2.3.0 "
66 const val junitJupiter = " 5.14.0"
77 const val junitVintage = " 5.14.0"
88 const val junitPlatform = " 1.14.0"
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ enum class SupportedAgp(
1818 AGP_8_8 (" 8.8.2" , gradle = " 8.10.2" ),
1919 AGP_8_9 (" 8.9.3" , gradle = " 8.11.1" ),
2020 AGP_8_10 (" 8.10.1" , gradle = " 8.11.1" ),
21- AGP_8_11 (" 8.11.1" , gradle = " 8.13" ),
22- AGP_8_12 (" 8.12.2" , gradle = " 8.13" ),
23- AGP_8_13 (" 8.13.0" , gradle = " 8.13" ),
24- AGP_9_0 (" 9.0.0-alpha04" , gradle = " 9.0.0" ),
21+ AGP_8_11 (" 8.11.2" , gradle = " 8.13" ),
22+ AGP_8_12 (" 8.12.3" , gradle = " 8.13" ),
23+ AGP_8_13 (" 8.13.2" , gradle = " 8.13" ),
24+ AGP_9_0 (" 9.0.0-rc01" , gradle = " 9.1.0" ),
25+ AGP_9_1 (" 9.1.0-alpha01" , gradle = " 9.1.0" ),
2526 ;
2627
2728 companion object {
You can’t perform that action at this time.
0 commit comments