Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Build fails due to deprecated dependencies (#746)
- Resolved build failure by addressing issues with deprecated dependencies. - The `com.theartofdev.edmodo:android-image-cropper:2.8.0` package, which is no longer maintained and removed from repositories, has been temporarily published to our GitHub account and used in the project to resolve the issue. - Updated the `com.google.android:flexbox:2.0.1` package, which has been removed and replaced with `com.google.android.flexbox:flexbox:3.0.0` in the latest version. This update was applied in the mobilertc `build.gradle` file, following Zoom's suggested changes. More details can be found on the Zoom community issue [here](https://devforum.zoom.us/t/could-not-resolve-com-google-android2-0-1-for-zoom-sdk-android-5-17-11-20433/115918).
- Loading branch information