From 3fbe51039bcdf9c9df880e80c6f6e90cf66a4645 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 2 Aug 2019 16:23:15 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c83f8538..b05270ac 100644 --- a/README.md +++ b/README.md @@ -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 `d8` +* This library uses ExoPlayer for video playback. This requires that you enable the following +* Dex tool to D8 `d8` +* R8 Linker `r8` +* Aapt2 build tools: `true` **iOS:**