2022-08-22
·
191 commits
to main
since this release
Core 1.5.0: Core Core-ktx 1.5.0-alpha02
August 22, 2022
androidx.test:core:1.5.0-alpha02 and androidx.test:core-ktx:1.5.0-alpha02 are released.
API changes
- Modify ActivityScenario#launch to remove use of Bootstrap Activity API. This change should improve performance and stability of ActivityScenario#launch. ActivityScenario#getResult will now enforce that it can only be used with ActivityScenario#launchActivityForResult
Bug fixes
- Fix ActivityScenario#launch when targeting and running on Android T
- Use elapsedRealtime instead of currentTimeMillis to track ActivityScenario timeouts.
Dependency changes
- Update to kotlin stdlib 1.7.10
Monitor aka Platform 1.6.0: monitor 1.6.0-alpha05
August 22, 2022
androidx.test:monitor:1.6.0-alpha05 is released.
API changes
- Internal API changes to support ActivityScenario#launchActivityForResult