Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno authored Aug 2, 2019
1 parent a012966 commit 3fbe510
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,12 @@ CrossMediaManager.Current.Reactive().*
## **IMPORTANT**
**Android:**

* You must request `AccessWifiState`, `Internet`, `ForegroundService` and `WakeLock` permissions
* This library will automatically request the following permissions: `AccessWifiState`, `AccessNetworkState`, `Internet`, `ForegroundService` and `WakeLock`. You do not need to add them to your AndroidManifest.
* Your app must target Android SDK v28 or higher

ExoPlayer 2.9.6 and higher use Java 8. You need to set the Dex tool to D8 `<AndroidDexTool>d8</AndroidDexTool>`
* This library uses ExoPlayer for video playback. This requires that you enable the following
* Dex tool to D8 `<AndroidDexTool>d8</AndroidDexTool>`
* R8 Linker `<AndroidLinkTool>r8</AndroidLinkTool>`
* Aapt2 build tools: `<AndroidUseAapt2>true</AndroidUseAapt2>`

**iOS:**

Expand Down

0 comments on commit 3fbe510

Please sign in to comment.