iampawan / Flutter-Music-Player

Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Apache License 2.0
1.71k stars 548 forks source link

Fixed Issue number #46. #47

Open author-sanjay opened 1 year ago

author-sanjay commented 1 year ago

I am writing this pull request message to share my contribution to this project. I have fixed the issue number 46, which was causing build failures for some users.

As per the issue, the build was failing with an error message related to the buildToolsVersion. Upon investigating the issue, I found out that the build.gradle file was missing the required dependency for buildToolsVersion "23.0.1". I have added the missing dependency and made some other necessary changes to the file.

I have tested my changes by building the project locally and verified that it builds successfully with buildToolsVersion "23.0.1". Therefore, I am confident that my changes will resolve the issue for other users as well.

I would appreciate it if you could review my changes and merge this pull request to the master branch. Please let me know if you have any feedback or suggestions.

Thank you for your time and consideration.

Best regards, Sanjay Kumar