Skip to content

Commit

Permalink
set all ios and aos build version to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanonymous-GitHub committed Jan 21, 2021
1 parent 01f52b5 commit fb0bfd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: flutter_app
description: NTUT Life TAT, convenient, concise, fast, powerful, enrich your NTUT life!

version: 1.3.0+20
# you can use this command to build both android app bundle and ios ipa:
# flutter clean && flutter build ios --split-debug-info=build/app/outputs/symbols --obfuscate && flutter build appbundle --split-debug-info=build/app/outputs/symbols --obfuscate --shrink
# follow the google play new policy in 2021, do not build apk but aab.
# CHECK THE BUILD CODE BEFORE DISTRIBUTION!!
version: 1.3.0+5000

environment:
sdk: ">=2.10.4 <3.0.0"
Expand Down

0 comments on commit fb0bfd0

Please sign in to comment.