File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33object libs {
44 object versions {
5- const val kotlin = " 1.9.25 " // Can only once minimum supported AGP is >= 8.2
6- const val junitJupiter = " 5.12.2 "
7- const val junitVintage = " 5.12.2 "
8- const val junitPlatform = " 1.12.2 "
5+ const val kotlin = " 2.1.21 "
6+ const val junitJupiter = " 5.13.0-RC1 "
7+ const val junitVintage = " 5.13.0-RC1 "
8+ const val junitPlatform = " 1.13.0-RC1 "
99
1010 const val composeBom = " 2025.03.00"
1111 const val androidXMultidex = " 2.0.1"
@@ -17,7 +17,7 @@ object libs {
1717
1818 const val activityCompose = " 1.10.1"
1919 const val apiGuardian = " 1.1.2"
20- const val coroutines = " 1.8.1 " // Can only update once minimum supported AGP is >= 8.2
20+ const val coroutines = " 1.10.2 "
2121 const val dokka = " 2.0.0"
2222 const val espresso = " 3.6.1"
2323 const val javaSemver = " 0.10.2"
You can’t perform that action at this time.
0 commit comments