mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Use cleartext traffic in beta
This commit is contained in:
parent
a994d9978c
commit
bc0dcbdbb1
3
Makefile
3
Makefile
@ -1,6 +1,9 @@
|
|||||||
beta_online_release:
|
beta_online_release:
|
||||||
flutter build apk --flavor beta -t lib/main_online.dart
|
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:
|
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
|
flutter build apk --flavor beta -t lib/main_online.dart --target-platform android-arm,android-arm64,android-x64 --split-per-abi
|
||||||
|
@ -3,7 +3,9 @@
|
|||||||
package="org.communiquons.comunic">
|
package="org.communiquons.comunic">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
tools:replace="android:label"
|
android:label="Comunic Beta"
|
||||||
android:label="Comunic Beta" />
|
android:usesCleartextTraffic="true"
|
||||||
|
tools:replace="android:label" />
|
||||||
|
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
Loading…
Reference in New Issue
Block a user