chore(dev): revert IP LAN 192.168.1.13 → 192.168.1.145
android/local.properties non versionné (gitignored)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user