This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
shell/platform/android/test/io/flutter/embedding/android Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public void flutterViewHasId() {
9797 }
9898
9999 @ Test
100- @ Config (sdk = API_LEVELS .API_34 )
100+ @ Config (minSdk = API_LEVELS .API_34 )
101101 @ TargetApi (API_LEVELS .API_34 )
102102 public void whenUsingCachedEngine_predictiveBackStateIsSaved () {
103103 FlutterLoader mockFlutterLoader = mock (FlutterLoader .class );
@@ -122,7 +122,7 @@ public void whenUsingCachedEngine_predictiveBackStateIsSaved() {
122122 }
123123
124124 @ Test
125- @ Config (sdk = API_LEVELS .API_34 )
125+ @ Config (minSdk = API_LEVELS .API_34 )
126126 @ TargetApi (API_LEVELS .API_34 )
127127 public void whenNotUsingCachedEngine_predictiveBackStateIsNotSaved () {
128128 ActivityScenario <FlutterActivity > flutterActivityScenario =
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ public void itHandlesNewFragmentRecreationDuringRestoreWhenActivityIsRecreated()
260260 }
261261
262262 @ Test
263- @ Config (sdk = Build .API_LEVELS .API_34 )
263+ @ Config (minSdk = Build .API_LEVELS .API_34 )
264264 @ TargetApi (Build .API_LEVELS .API_34 )
265265 public void whenUsingCachedEngine_predictiveBackStateIsSaved () {
266266 FlutterLoader mockFlutterLoader = mock (FlutterLoader .class );
@@ -300,7 +300,7 @@ public void whenUsingCachedEngine_predictiveBackStateIsSaved() {
300300 }
301301
302302 @ Test
303- @ Config (sdk = Build .API_LEVELS .API_34 )
303+ @ Config (minSdk = Build .API_LEVELS .API_34 )
304304 @ TargetApi (Build .API_LEVELS .API_34 )
305305 public void whenNotUsingCachedEngine_predictiveBackStateIsNotSaved () {
306306 ActivityScenario <FlutterActivity > flutterActivityScenario =
You can’t perform that action at this time.
0 commit comments