android
This commit is contained in:
parent
88fc5b2614
commit
25b4d78533
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"java.configuration.updateBuildConfiguration": "interactive"
|
||||
}
|
||||
@ -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">
|
||||
|
||||
|
||||
@ -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…
Reference in New Issue
Block a user