File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33object libs {
44 object versions {
55 const val kotlin = " 1.9.25" // Can only once minimum supported AGP is >= 8.2
6- const val junitJupiter = " 5.12.0 "
7- const val junitVintage = " 5.12.0 "
8- const val junitPlatform = " 1.12.0 "
6+ const val junitJupiter = " 5.12.1 "
7+ const val junitVintage = " 5.12.1 "
8+ const val junitPlatform = " 1.12.1 "
99
1010 const val composeBom = " 2025.03.00"
1111 const val androidXMultidex = " 2.0.1"
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ Change Log
33
44## Unreleased
55
6+ - Compile with SDK 35
7+
68## 1.7.0 (2025-03-01)
79
810- ** This version requires (at least) android-junit5 1.12.0.0 and JUnit 5.12.0.**
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Change Log
22==========
33
44## Unreleased
5+ - JUnit 5.12.1
56
67## 1.12.0.0 (2025-03-01)
78- JUnit 5.12.0
You can’t perform that action at this time.
0 commit comments