-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
The current robolectric version (4.5) used for the Android camera plugin does not support configuring tests to run on >= SDK 31. However, there are a number of tests in the plugin that configure tests this way, e.g. ResolutionFeatureTest.java. The robolectric version should be bumped to allow these tests to run.
Having tried to bump it experimentally, I know that this causes errors concerning unsupported Mockito operations, and these will have to be fixed as well to land the bump.
Dependabot may try to bump this version and create a PR, to which this issue should be linked.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specifically