Skip to content

Commit

Permalink
ANDROID-13796 configure sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeprubio committed Oct 13, 2023
1 parent b217f04 commit af15dd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import com.github.takahirom.roborazzi.captureRoboImage
import com.telefonica.mistica.compose.theme.brand.Brand
import org.robolectric.annotation.Config

@Config(qualifiers = RobolectricDeviceQualifiers.Pixel5)
@Config(sdk = [33], qualifiers = RobolectricDeviceQualifiers.Pixel5)
open class ScreenshotsTest {
fun compareScreenshot(
node: SemanticsNodeInteraction,
Expand Down

0 comments on commit af15dd0

Please sign in to comment.