What's new:
- Update Gradle version to 8.7.3.
- Update Kotlin version to 2.1.0.
- Update Media3 version to 1.5.0.
- Breaking Changes
- Manage the scenario where camera permission is permanently denied by directing the user to the app settings to modify the permission. You should migrate the camera image method to the following code. #7
takeSingleCameraImage()
changed totakeSingleCameraImage(context = context)
takeSingleCameraImageWithBase64Value()
changed totakeSingleCameraImageWithBase64Value(context = context)
- Manage the scenario where camera permission is permanently denied by directing the user to the app settings to modify the permission. You should migrate the camera image method to the following code. #7
- Refactor README file.
- Minor fixes.
Thank you very much for your support! Any feedback is welcome!