Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@NicosNicolaou16 NicosNicolaou16 released this 07 Dec 20:32
c44f963

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 to takeSingleCameraImage(context = context)
      • takeSingleCameraImageWithBase64Value() changed to takeSingleCameraImageWithBase64Value(context = context)
  • Refactor README file.
  • Minor fixes.

Thank you very much for your support! Any feedback is welcome!