mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Add new build configuration
This commit is contained in:
parent
54e37b3e69
commit
1b0a3fd24b
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
|
||||||
|
Loading…
Reference in New Issue
Block a user