android / uamp

A sample audio app for Android
Apache License 2.0
13.11k stars 3.76k forks source link

Fix media item conversion and align gradle versions with Media3 #540

Closed marcbaechinger closed 10 months ago

marcbaechinger commented 10 months ago

This change fixes a NullPointerException that was thrown when a MediaItem was attempted to be converted to a MediaQueueItem when casting.

The other commit changes the gradle and gradle plugin version to be the same as the Media3 project is using. This has the advantage, that UAMP can be linked directly to the source code repository of androidx/media as documented in https://github.com/androidx/media?tab=readme-ov-file#locally.