Skip to content

Commit

Permalink
Merge pull request #173 from Eldar2021/el/bump-flutter-v3.16.0
Browse files Browse the repository at this point in the history
Bump flutter v3.16.0
  • Loading branch information
Eldar2021 authored Nov 26, 2023
2 parents 6b6e950 + 5a83559 commit 7289979
Show file tree
Hide file tree
Showing 19 changed files with 459 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.8"
flutter-version: "3.16.0"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: gradle
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.8"
flutter-version: "3.16.0"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.8"
flutter-version: "3.16.0"
channel: "stable"
architecture: x64
- run: flutter doctor
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
integration_test_android:
runs-on: macos-12
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.8"
flutter-version: "3.16.0"
channel: stable
- uses: actions/setup-java@v3
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:

jobs:
integration_test_ios:
runs-on: macos-12
runs-on: macos-latest
strategy:
matrix:
include:
- device: 'iPhone 14 Pro Max'
- device: 'iPhone 11 Pro Max'
- device: 'iPhone 8 Plus'
- device: 'iPad Pro (12.9-inch) (6th generation)'
- device: 'iPad Pro (12.9-inch) (5th generation)'
- device: "iPhone 14 Pro Max"
- device: "iPhone 11 Pro Max"
- device: "iPhone 8 Plus"
- device: "iPad Pro (12.9-inch) (6th generation)"
- device: "iPad Pro (12.9-inch) (5th generation)"
fail-fast: true
steps:
- name: "Available Devices"
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.8"
flutter-version: "3.16.0"
channel: stable
- run: flutter doctor -v

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ My Quran Hatim Aplication.

## Requirements
- Dart sdk: ">=3.0.1 <4.0.0"
- Flutter: "3.13.8"
- Flutter: "3.16.0"
- Android: minSdkVersion 19
- iOS: --ios-language swift, Xcode version >= 15.0.0

Expand Down
2 changes: 1 addition & 1 deletion app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SPEC CHECKSUMS:
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
sqflite: 31f7eba61e3074736dff8807a9b41581e4f7f15a
url_launcher_ios: 08a3dfac5fb39e8759aeb0abbd5d9480f30fc8b4
url_launcher_ios: bf5ce03e0e2088bad9cc378ea97fa0ed5b49673b

PODFILE CHECKSUM: 4e8f8b2be68aeea4c0d5beb6ff1e79fface1d048

Expand Down
Loading

0 comments on commit 7289979

Please sign in to comment.