mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +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:
|
||||
android/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
|
||||
android:name=".MainApplication"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:allowBackup="true"
|
||||
android:label="@string/app_name"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
|
@ -6,4 +6,10 @@
|
||||
<certificates src="user"/>
|
||||
</trust-anchors>
|
||||
</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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user