From ab054084193f210d01c6f1a5a0dd73d600fbfd62 Mon Sep 17 00:00:00 2001 From: tonihei Date: Thu, 4 Oct 2018 15:24:20 +0100 Subject: [PATCH] Update release notes to better describe Java 8 chang Apps need to set the target compatibility to VERSION_1_8 to enable the automatic desugaring if they haven't done so already. Issue:#4907 --- RELEASENOTES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 12b4bb4872..7a7560820d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,9 +2,8 @@ ### 2.9.0 ### -* Turn on Java 8 compiler support for the ExoPlayer library. Apps that depend - on ExoPlayer via its source code rather than an AAR may need to add - `compileOptions { targetCompatibility JavaVersion.VERSION_1_8 }` to their +* Turn on Java 8 compiler support for the ExoPlayer library. Apps may need to + add `compileOptions { targetCompatibility JavaVersion.VERSION_1_8 }` to their gradle settings to ensure bytecode compatibility. * Set `compileSdkVersion` and `targetSdkVersion` to 28. * Support for automatic audio focus handling via