From fa232f8634ee3b55af4780340861a0c80dad0eb5 Mon Sep 17 00:00:00 2001 From: dahoud <41957584+DahoudG@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:15:10 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev):=20revert=20IP=20LAN=20192.168.1.13?= =?UTF-8?q?=20=E2=86=92=20192.168.1.145?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit android/local.properties non versionné (gitignored) --- android/app/src/main/res/xml/network_security_config.xml | 2 +- lib/core/config/local_config.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/res/xml/network_security_config.xml b/android/app/src/main/res/xml/network_security_config.xml index 9ba44fc..2890672 100644 --- a/android/app/src/main/res/xml/network_security_config.xml +++ b/android/app/src/main/res/xml/network_security_config.xml @@ -8,7 +8,7 @@ - 192.168.1.13 + 192.168.1.145 localhost 10.0.2.2 127.0.0.1 diff --git a/lib/core/config/local_config.dart b/lib/core/config/local_config.dart index 4a49238..05dae32 100644 --- a/lib/core/config/local_config.dart +++ b/lib/core/config/local_config.dart @@ -1,4 +1,4 @@ // AUTO-GENERATED by build.gradle - DO NOT EDIT // Edit android/local.properties (dev.host) instead. // ignore_for_file: prefer_single_quotes -const String kDevHost = '192.168.1.13'; +const String kDevHost = '192.168.1.145';