You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using work manager 2.4.0 and exoplayer 2.11.8 in an app: https://github.com/openhab/openhab-android/blob/master/mobile/build.gradle
When I want to bump the exoplayer version to 2.12.0 the build fails: Cannot access class 'com.google.common.util.concurrent.ListenableFuture'. Check your module classpath for missing or conflicting dependencies at WorkManager#getWorkInfosForUniqueWork().
The 'implementation' dependency causes problems when resolving
ListenableFuture in contexts that also include the
com.google.guava:listenablefuture:1.0 dependency.
Issue: #7905
Issue: #7997
Issue: #7993
PiperOrigin-RevId: 337093024
The 'implementation' dependency causes problems when resolving
ListenableFuture in contexts that also include the
com.google.guava:listenablefuture:1.0 dependency.
Issue: #7905
Issue: #7997
Issue: #7993
PiperOrigin-RevId: 337093024
[REQUIRED] Issue description
I'm using work manager 2.4.0 and exoplayer 2.11.8 in an app: https://github.com/openhab/openhab-android/blob/master/mobile/build.gradle
When I want to bump the exoplayer version to 2.12.0 the build fails:
Cannot access class 'com.google.common.util.concurrent.ListenableFuture'. Check your module classpath for missing or conflicting dependencies
atWorkManager#getWorkInfosForUniqueWork()
.[REQUIRED] Reproduction steps
Bump version from 2.11.8 to 2.12.0
[REQUIRED] Link to test content
openhab/openhab-android#2204
[REQUIRED] A full bug report captured from the device
This is a build issue
[REQUIRED] Version of ExoPlayer being used
2.12.0
[REQUIRED] Device(s) and version(s) of Android being used
This is a build issue
The text was updated successfully, but these errors were encountered: