1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-22 22:43:22 +00:00
comunicmobile/Makefile

9 lines
276 B
Makefile

beta_offline_release:
flutter build apk --flavor beta -t lib/main_online.dart
beta_offline_release_split_per_abi:
flutter build apk --flavor beta -t lib/main_online.dart --target-platform android-arm,android-arm64,android-x64 --split-per-abi
.PHONY: beta_offline_release