Skip to content

Commit 27e0336

Browse files
authored
Merge pull request #1905 from android/dt/fix-tests
Update test library versions to fix NoClassDefFoundError when running `BookmarksScreenTest` and probably others
2 parents 401e784 + fcffcf8 commit 27e0336

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ androidxMacroBenchmark = "1.3.4"
2222
androidxMetrics = "1.0.0-beta01"
2323
androidxNavigation = "2.8.5"
2424
androidxProfileinstaller = "1.4.1"
25-
androidxTestCore = "1.6.1"
26-
androidxTestExt = "1.2.1"
27-
androidxTestRules = "1.6.1"
28-
androidxTestRunner = "1.6.2"
25+
androidxTestCore = "1.7.0-rc01"
26+
androidxTestExt = "1.3.0-rc01"
27+
androidxTestRules = "1.7.0-rc01"
28+
androidxTestRunner = "1.7.0-rc01"
2929
androidxTracing = "1.3.0-alpha02"
3030
androidxUiAutomator = "2.3.0"
3131
androidxWindowManager = "1.3.0"

0 commit comments

Comments
 (0)