Compare commits

..

No commits in common. "2610e6aff6f9532bbf8053073b4ecc777428883f" and "703ca85f0a6d2880a1488e01ff8b4cba5667c464" have entirely different histories.

6 changed files with 6 additions and 10 deletions

View file

@ -90,7 +90,7 @@ jobs:
- uses: actions/setup-java@v3 - uses: actions/setup-java@v3
with: with:
distribution: "zulu" distribution: "zulu"
java-version: "17" java-version: "11"
- name: Restore Android keystore .jsk and .properties files - name: Restore Android keystore .jsk and .properties files
run: | run: |
@ -112,7 +112,6 @@ jobs:
run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }} run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
- name: Download release notes - name: Download release notes
continue-on-error: true
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }} name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }}

View file

@ -45,7 +45,7 @@ env:
jobs: jobs:
build: build:
name: Build .ipa name: Build .ipa
runs-on: macos-latest runs-on: macos-13
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -107,7 +107,6 @@ jobs:
run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }} run: bash ./.github/scripts/increment_build_number.sh ${{ github.event.inputs.version }}
- name: Download release notes - name: Download release notes
continue-on-error: true
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }} name: ${{ env.RELEASE_NOTES_ARTIFACT_NAME }}
@ -124,7 +123,6 @@ jobs:
flutter --version flutter --version
flutter pub get flutter pub get
flutter pub run intl_utils:generate flutter pub run intl_utils:generate
dart pub global activate flutterfire_cli
- name: Build .ipa - name: Build .ipa
run: | run: |

View file

@ -39,7 +39,6 @@ jobs:
flutter pub get flutter pub get
flutter pub run intl_utils:generate flutter pub run intl_utils:generate
flutter analyze lib --fatal-infos flutter analyze lib --fatal-infos
dart pub global activate flutterfire_cli
- name: Launch iOS simulator - name: Launch iOS simulator
uses: futureware-tech/simulator-action@v3 uses: futureware-tech/simulator-action@v3

View file

@ -1,6 +1,6 @@
{ {
"task.slowProviderWarning": true, "task.slowProviderWarning": true,
"dart.flutterSdkPath": ".fvm/flutter_sdk", "dart.flutterSdkPath": ".fvm/versions/3.27.1",
"search.exclude": { "search.exclude": {
"**/.fvm": true "**/.fvm": true
}, },

View file

@ -13,7 +13,7 @@ dependencies:
git: git:
url: "https://github.com/vodemn/m3_lightmeter_resources" url: "https://github.com/vodemn/m3_lightmeter_resources"
ref: v2.1.0 ref: v2.1.0
shared_preferences: shared_preferences: 2.2.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:

View file

@ -728,10 +728,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: in_app_purchase_storekit name: in_app_purchase_storekit
sha256: "52caf1051fec8018adabd2d1e775a44cb389972ed868a746c4fc28a301734d41" sha256: "250b3865da1f4abf0d0e1eda9556734ee22ab5ebfe47a59227d8d9aeaa1c03e8"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "0.3.20+4" version: "0.3.20+2"
integration_test: integration_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter