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';