mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-12-17 00:25:43 +00:00
Use cleartext traffic in beta
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,6 +1,9 @@
|
||||
beta_online_release:
|
||||
flutter build apk --flavor beta -t lib/main_online.dart
|
||||
|
||||
beta_dev_release:
|
||||
flutter build apk --flavor beta -t lib/main_dev.dart
|
||||
|
||||
|
||||
beta_online_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
|
||||
|
||||
Reference in New Issue
Block a user