chore(dev): revert IP LAN 192.168.1.13 → 192.168.1.145

android/local.properties non versionné (gitignored)
This commit is contained in:
dahoud
2026-04-15 20:15:10 +00:00
parent ba779a7a40
commit fa232f8634
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</base-config>
<!-- Dev local - single source: android/local.properties -> dev.host -->
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">192.168.1.13</domain>
<domain includeSubdomains="true">192.168.1.145</domain>
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">10.0.2.2</domain>
<domain includeSubdomains="true">127.0.0.1</domain>

View File

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