#245 Fix issue accessing WebDAV using HTTP introduced in 1.5.11-beta1

This commit is contained in:
Julian Raufelder 2021-01-15 12:36:04 +01:00
parent fe775d092b
commit 357fb85ae0
No known key found for this signature in database
GPG Key ID: 17EE71F6634E381D

View File

@ -30,6 +30,7 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<!-- Necessary for OneDrive https://stackoverflow.com/a/50779232/825532 -->
<uses-library