-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcb9471
commit dd34814
Showing
11 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Android | ||
# (Local Build apk.file) : | ||
flutter build apk lib/main.prod.dart --release --build-number 41 | ||
flutter build apk lib/main.prod.dart --release --build-number 42 | ||
# (Build Google aab.file) : | ||
flutter build appbundle lib/main.prod.dart --release --build-number 41 | ||
flutter build appbundle lib/main.prod.dart --release --build-number 42 | ||
|
||
cp -R build/app/outputs/flutter-apk/*.* installation/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Apple | ||
# (Build Apple ipa.file) : | ||
flutter build ipa ./lib/main.prod.dart --release --build-number 7 | ||
flutter build ipa ./lib/main.prod.dart --release --build-number 1 |