Skip to content

Commit

Permalink
Fix deployment failing to build linux - 1.0.26 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonp2412 committed Jun 2, 2024
1 parent bb94375 commit ee775b4
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ fi
./flutter/bin/flutter build apk --split-per-abi
./flutter/bin/flutter build apk
./flutter/bin/flutter build appbundle
mkdir -p build/native_assets/linux
./flutter/bin/flutter build linux

apk=build/app/outputs/flutter-apk
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/273.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Fix deployment failing to build linux
- Add about page
- Add universal apk to releases
- Add "Get it on Android" link to README
- Fix calories/kilojoules/protein for editing entries
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fit_book
description: Track your calories - Completely offline!
publish_to: none
version: 1.0.25+26
version: 1.0.26+27
environment:
sdk: '>=3.3.3 <4.0.0'
dependencies:
Expand Down

0 comments on commit ee775b4

Please sign in to comment.