Closed jacksonej closed 1 month ago
• Upgraded Gradle and AGP to version 8.2. • Updated JVM target and JDK compile options to version 17. • Added namespace (as required by Gradle).
Note: A drawable is missing in HlsFragment (line 616) when building with version 8.2:
loading = if (LocalInspectionMode.current) placeholder(R.drawable.exo_edit_mode_logo) else null
For now, this has been set to null. Please adjust this change according to your requirements.
We performed a basic sanity check on this PR. Please ensure that the appropriate QA processes are added.
Note: A drawable is missing in HlsFragment (line 616) when building with version 8.2:
loading = if (LocalInspectionMode.current) placeholder(R.drawable.exo_edit_mode_logo) else null
For now, this has been set to null. Please adjust this change according to your requirements.
We performed a basic sanity check on this PR. Please ensure that the appropriate QA processes are added.