Skip to content

Commit

Permalink
update CI flutter version and app version in pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwynZN committed Dec 1, 2024
1 parent 5095031 commit d0ace79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
java_version: '17'
ruby_version: '2.7.2'
flutter_version: '3.24.0'
flutter_version: '3.24.4'

jobs:
android-QA:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
java_version: '17'
ruby_version: '2.7.2'
flutter_version: '3.24.0'
flutter_version: '3.24.4'

jobs:
android-internal:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: An Amiibo collection app designed to allow you to keep track of
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.2.21+92
version: 2.2.22+93

environment:
sdk: ">=3.5.0 <4.0.0"
Expand Down

0 comments on commit d0ace79

Please sign in to comment.