Skip to content

Commit

Permalink
Merge branch 'main' into package-web
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind authored Jun 25, 2024
2 parents cec7756 + 389a4e1 commit 3216f42
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: flutter pub get

- name: Gradle cache
uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # [email protected].1
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # [email protected].2

- name: AVD cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: flutter pub get

- name: Gradle cache
uses: gradle/gradle-build-action@04b20c065cf1ab708c96e64a8811018d0a1fbc88 # [email protected]
uses: gradle/gradle-build-action@66535aaf56f831b35e3a8481c9c99b665b84dd45 # [email protected]

- name: AVD cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1 # [email protected]
- run: xcodes select 15.0.1
- uses: ruby/setup-ruby@78c01b705fd9d5ad960d432d3a0cfa341d50e410 # pin@v1.179.1
- uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # pin@v1.180.1
with:
ruby-version: '2.7.5'
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pubspec.lock
build/
.cxx/
.vscode/

.fvm/

.test_coverage.dart
dart/coverage/*
Expand Down
4 changes: 2 additions & 2 deletions metrics/metrics-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ startupTimeTest:
diffMax: 150

binarySizeTest:
diffMin: 900 KiB
diffMax: 1300 KiB
diffMin: 1200 KiB
diffMax: 1500 KiB

0 comments on commit 3216f42

Please sign in to comment.