Skip to content

Commit

Permalink
chore(deps): update flutter to v3.16.9 (#100)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [flutter](https://flutter.dev)
([source](https://togithub.com/flutter/flutter)) | minor | `3.13.9` ->
`3.16.9` |

---

### Release Notes

<details>
<summary>flutter/flutter (flutter)</summary>

###
[`v3.16.9`](https://togithub.com/flutter/flutter/compare/3.16.8...3.16.9)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.8...3.16.9)

###
[`v3.16.8`](https://togithub.com/flutter/flutter/compare/3.16.7...3.16.8)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.7...3.16.8)

###
[`v3.16.7`](https://togithub.com/flutter/flutter/compare/3.16.6...3.16.7)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.6...3.16.7)

###
[`v3.16.6`](https://togithub.com/flutter/flutter/compare/3.16.5...3.16.6)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.5...3.16.6)

###
[`v3.16.5`](https://togithub.com/flutter/flutter/compare/3.16.4...3.16.5)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.4...3.16.5)

###
[`v3.16.4`](https://togithub.com/flutter/flutter/compare/3.16.3...3.16.4)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.3...3.16.4)

###
[`v3.16.3`](https://togithub.com/flutter/flutter/compare/3.16.2...3.16.3)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.2...3.16.3)

###
[`v3.16.2`](https://togithub.com/flutter/flutter/compare/3.16.1...3.16.2)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.1...3.16.2)

###
[`v3.16.1`](https://togithub.com/flutter/flutter/compare/3.16.0...3.16.1)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.16.0...3.16.1)

###
[`v3.16.0`](https://togithub.com/flutter/flutter/compare/3.13.9...3.16.0)

[Compare
Source](https://togithub.com/flutter/flutter/compare/3.13.9...3.16.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 2pm on sunday" (UTC), Automerge
- At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/vareversat/chabo-app).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC44IiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJkZXYifQ==-->
  • Loading branch information
vareversat authored Jan 29, 2024
2 parents e1d6e39 + 7edfed7 commit d606250
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 128 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'apk'
env: 'dev'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
page:
Expand All @@ -18,7 +18,7 @@ jobs:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'dev'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'prd'
secrets:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
flutter-test-analyze:
uses: ./.github/workflows/flutter.analyze-test.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
secrets:
passphrase: ${{ secrets.PASSPHRASE }}
flutter-build:
needs: [flutter-test-analyze]
uses: ./.github/workflows/flutter.build.action.yaml
with:
flutter_version: '3.13.9'
flutter_version: '3.16.9'
android_output: 'aab'
env: 'beta'
secrets:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.9.22'
ext.kotlin_version = '1.8.0'
repositories {
google()
mavenCentral()
Expand Down
Loading

0 comments on commit d606250

Please sign in to comment.