Skip to content

Commit

Permalink
Update release notes to better describe Java 8 change.
Browse files Browse the repository at this point in the history
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

-------------
Created by MOE: https:/google/moe
MOE_MIGRATED_REVID=215733070
  • Loading branch information
tonihei authored and ojw28 committed Oct 15, 2018
1 parent cc7684d commit 76a1569
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,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
Expand Down

0 comments on commit 76a1569

Please sign in to comment.