Anlage.App Market Cap Game: https://anlage.app/game
- amazon:
flutter build apk -t lib/env/production.dart --release --build-number
- samsung:
- see AndroidManifest.xml
flutter build apk -t lib/env/production.dart --release --target-platform android-arm,android-arm64 --split-per-abi --build-number xxx
- (this will generate 1xxx and 2xxx versioncodes)
Currently I have configured https://app.bitrise.io/dashboard/builds for creating iOS builds.
Some pseudo-secret files (firebase tokens, itunes affiliate tokens, etc.) are encrypted using blackbox. These are required for successful building, but can be faked during development.
For production to decrypt install blackbox and run
blackbox_postdeploy
.