Skip to content

Commit

Permalink
docs: remove desugaring section as no more need on media3 1.4.1 (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub authored Sep 29, 2024
1 parent b11f05f commit 0c6b47f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions docs/pages/other/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ buildscript {
}
```

### Desugaring
to be able to link you may also need to enable coreLibraryDesugaringEnabled in your app.

See: https://developer.android.com/studio/write/java8-support?hl=fr#library-desugaring for more informations.

## It's still not working

You can try to open a ticket now !
6 changes: 0 additions & 6 deletions examples/basic/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ android {
namespace "com.videoplayer"

compileOptions {
// These options are necessary to be able to build from source
// coreLibraryDesugaringEnabled is mandatory to be able to build exoplayer from source
// uncomment this line if you want to build from source
// coreLibraryDesugaringEnabled true
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
Expand Down Expand Up @@ -157,8 +153,6 @@ dependencies {
because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib")
}
}
// coreLibraryDesugaring is mandatory to be able to build exoplayer from source
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
}

apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)

0 comments on commit 0c6b47f

Please sign in to comment.