mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Add new build configuration
This commit is contained in:
5
Makefile
5
Makefile
@ -1,5 +1,8 @@
|
|||||||
|
|
||||||
beta_offline_release:
|
beta_offline_release:
|
||||||
flutter build apk --flavor beta -t lib/main_online.dart
|
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
|
.PHONY: beta_offline_release
|
||||||
|
Reference in New Issue
Block a user