From fecfcf2b2065f64e4b46f6e28143ee8919c2386e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Tue, 18 Nov 2025 17:52:57 +0100 Subject: [PATCH] Bump flutter to 3.38 --- .github/actions/flutter-common/action.yml | 2 +- .github/workflows/ci.yml | 4 +++- android/app/build.gradle | 2 +- pubspec.lock | 8 ++++---- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/actions/flutter-common/action.yml b/.github/actions/flutter-common/action.yml index be5eef4b..1a6e3fef 100644 --- a/.github/actions/flutter-common/action.yml +++ b/.github/actions/flutter-common/action.yml @@ -9,7 +9,7 @@ runs: uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.35.7 + flutter-version: 3.38.1 cache: true - name: Install Flutter dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1842c86..820002aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,10 @@ on: pull_request: branches: [ master, ] paths: - - '**.dart' + - '**/*.dart' - 'pubspec.yaml' + - '.github/actions/flutter-common/action.yml' + - '.github/workflows/ci.yml' workflow_call: workflow_dispatch: diff --git a/android/app/build.gradle b/android/app/build.gradle index da8fd1dc..1f912e63 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -39,7 +39,7 @@ android { defaultConfig { // Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). applicationId "de.wger.flutter" - minSdkVersion = flutter.minSdkVersion + minSdkVersion flutter.minSdkVersion targetSdk = flutter.targetSdkVersion versionCode = flutter.versionCode versionName = flutter.versionName diff --git a/pubspec.lock b/pubspec.lock index 192539aa..d735f657 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -800,10 +800,10 @@ packages: dependency: transitive description: name: meta - sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c + sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" url: "https://pub.dev" source: hosted - version: "1.16.0" + version: "1.17.0" mime: dependency: transitive description: @@ -1277,10 +1277,10 @@ packages: dependency: transitive description: name: test_api - sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" + sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 url: "https://pub.dev" source: hosted - version: "0.7.6" + version: "0.7.7" typed_data: dependency: transitive description: