Closed dharambudh1 closed 3 months ago
@jonataslaw Any chance of taking a look at this? Google is removing support for compileSdkVersion < 34 at the end of the month, which means a wave of developers, like myself, will be forced to update many dependencies and libraries. video_compress is missing a namespace in build.gradle, which throws an error on my Flutter application build process.
Thanks!
Thank you for your contribution! LGTM
@jonataslaw, thank you for reviewing, accepting, and merging my code. While it may be a small contribution, it makes a big difference for developers dealing with the same issue.
Added
namespace 'com.example.video_compress'
to theandroid/build.gradle
.