Browse Source

android

master
Stephane 4 months ago
parent
commit
25b4d78533
  1. 3
      .vscode/settings.json
  2. 1
      android/app/src/main/AndroidManifest.xml
  3. 1
      pubspec.yaml

3
.vscode/settings.json

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}

1
android/app/src/main/AndroidManifest.xml

@ -19,7 +19,6 @@
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/network_security_config"
android:requestLegacyExternalStorage="true"
android:allowBackup="false">

1
pubspec.yaml

@ -21,7 +21,6 @@ dependencies:
# Pour effectuer des requêtes HTTP
http: ^0.13.5
permission_handler: ^10.4.3
# Dépendances de développement/test
dev_dependencies:

Loading…
Cancel
Save