google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.42k stars 597 forks source link

[Test Harness] Deprecate with replacement of `DeviceConfigurationOverride` #1741

Closed alexvanyo closed 8 months ago

alexvanyo commented 8 months ago

The equivalent functionality to testharness is now available as a new API in compose ui-test 1.7.0-alpha01, DeviceConfigurationOverride

The API is slightly different, to make it easier to add new overrides in the future, instead of a single, massive method with a growing list of parameters.