100mslive / 100ms-android

Android Video Conferencing App using 100ms SDK
https://100ms.live
MIT License
86 stars 39 forks source link

Gradle 8.2 upgrade #769

Closed jacksonej closed 1 month ago

jacksonej commented 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.