File tree 2 files changed +7
-10
lines changed
2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
"""Defines current released AXT versions."""
2
2
3
- RUNNER_VERSION = "1.6.0 "
4
- RULES_VERSION = "1.6.0 "
5
- MONITOR_VERSION = "1.7.0 "
6
- ESPRESSO_VERSION = "3.6.0 "
7
- CORE_VERSION = "1.6.0 "
8
- ESPRESSO_DEVICE_VERSION = "1.0.0 "
9
- ANDROIDX_JUNIT_VERSION = "1.2.0 "
3
+ RUNNER_VERSION = "1.6.1 "
4
+ RULES_VERSION = "1.6.1 "
5
+ MONITOR_VERSION = "1.7.1 "
6
+ ESPRESSO_VERSION = "3.6.1 "
7
+ CORE_VERSION = "1.6.1 "
8
+ ESPRESSO_DEVICE_VERSION = "1.0.1 "
9
+ ANDROIDX_JUNIT_VERSION = "1.2.1 "
10
10
ANDROIDX_TRUTH_VERSION = "1.6.0"
11
11
ORCHESTRATOR_VERSION = "1.5.0"
12
12
SERVICES_VERSION = "1.5.0"
Original file line number Diff line number Diff line change 6
6
7
7
** Bug Fixes**
8
8
9
- * Catch and log NoSuchMethodError on forceEnableAppTracing calls
10
- * Fix ActivityInvoker$-CC ClassNotFoundErrors when used with older androidx.test: core
11
-
12
9
** New Features**
13
10
14
11
** Breaking Changes**
You can’t perform that action at this time.
0 commit comments