jonataslaw / VideoCompress

Compress videos, remove audio, manipulate thumbnails, and make your video compatible with all platforms through this lightweight and efficient library.
MIT License
230 stars 279 forks source link

Update build.gradle #266

Closed dharambudh1 closed 3 months ago

dharambudh1 commented 3 months ago

Added namespace 'com.example.video_compress' to the android/build.gradle.

ZachSelindh commented 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!

jonataslaw commented 3 months ago

Thank you for your contribution! LGTM

dharambudh1 commented 3 months ago

@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.