Skip to content

Commit

Permalink
Fix OneBusAway#1124 - Added localhost correct ip for emulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
amrhossamdev authored and aaronbrethorst committed Feb 28, 2024
1 parent 61e43f2 commit 886a03c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">localhost</domain>
<domain includeSubdomains="true">10.0.2.2</domain>
</domain-config>
</network-security-config>
</network-security-config>

0 comments on commit 886a03c

Please sign in to comment.