Skip to content

Commit 10f8af4

Browse files
fix: dart format
1 parent 0c95d93 commit 10f8af4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ jobs:
148148
- advanced-checkout/shallow-checkout
149149
- setup_flutter
150150
- setup_patrol
151-
- android/create_avd:
152-
avd_name: 'test'
151+
- android/create-avd:
152+
avd-name: 'test'
153153
install: true
154-
system_image: system-images;android-33;default;x86_64
154+
system-image: system-images;android-33;default;x86_64
155155
- android/start-emulator:
156156
avd-name: 'test'
157157
post-emulator-launch-assemble-command: ''

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
isa = PBXProject;
329329
attributes = {
330330
BuildIndependentTargetsInParallel = YES;
331-
LastUpgradeCheck = 1600;
331+
LastUpgradeCheck = 1510;
332332
ORGANIZATIONNAME = "";
333333
TargetAttributes = {
334334
97C146ED1CF9000F007C117D = {

example/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1600"
3+
LastUpgradeVersion = "1510"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)