Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 3e74590c authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen Committed by GitHub
Browse files

Update README.md (#336)

Enhance formatting and link relevant issue
parent dddb7bfa
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -31,9 +31,9 @@ compileOptions {


We use some features from Java 8, so your project needs also to be compiled with (at least) this version.
We use some features from Java 8, so your project needs also to be compiled with (at least) this version.


For Android 11 and later you may need to add queries to your app's manifest file. It will not find the nextcloud-app otherwise.
For Android 11 and later [you need to add queries](https://github.com/nextcloud/Android-SingleSignOn/issues/277) to your app's manifest file. It will not find the Nextcloud app otherwise.


```
```xml
<queries>
<queries>
    <package android:name="com.nextcloud.client" />
    <package android:name="com.nextcloud.client" />
    <package android:name="com.nextcloud.android.beta" />
    <package android:name="com.nextcloud.android.beta" />