mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-07 19:30:04 +02:00
Tools: Fix build for Android 9 debugging
This commit is contained in:
parent
5b425f9178
commit
2a5648d1a7
7
ReactNativeClient/.gitignore
vendored
7
ReactNativeClient/.gitignore
vendored
@ -55,3 +55,10 @@ fastlane/screenshots
|
|||||||
# This is generated:
|
# This is generated:
|
||||||
android/build*
|
android/build*
|
||||||
android/app/build*
|
android/app/build*
|
||||||
|
|
||||||
|
android/.project
|
||||||
|
android/.settings/
|
||||||
|
android/app/.classpath
|
||||||
|
android/app/.project
|
||||||
|
android/app/.settings/
|
||||||
|
android/app/src/debug/res/
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
|
android:usesCleartextTraffic="true"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
|
@ -6,4 +6,10 @@
|
|||||||
<certificates src="user"/>
|
<certificates src="user"/>
|
||||||
</trust-anchors>
|
</trust-anchors>
|
||||||
</base-config>
|
</base-config>
|
||||||
|
<domain-config cleartextTrafficPermitted="true">
|
||||||
|
<domain includeSubdomains="true">localhost</domain>
|
||||||
|
<domain includeSubdomains="true">10.0.1.1</domain>
|
||||||
|
<domain includeSubdomains="true">10.0.2.2</domain>
|
||||||
|
<domain includeSubdomains="true">10.0.3.2</domain>
|
||||||
|
</domain-config>
|
||||||
</network-security-config>
|
</network-security-config>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user