yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
934 stars 172 forks source link

Organized the `library` module for future changes #280

Closed BobbyESP closed 5 days ago

BobbyESP commented 1 week ago

Part of #256

JunkFood02 commented 5 days ago

Changing package name would bring a lot of build failure and needs manual migration for end users (like the changeset in the app module). Unless we have a better reason, I'd like to keep the API change minimal. Ideally, the refactor should be made under the hood without introducing a big breaking change.

BobbyESP commented 5 days ago

Changing package name would bring a lot of build failure and needs manual migration for end users (like the changeset in the app module). Unless we have a better reason, I'd like to keep the API change minimal. Ideally, the refactor should be made under the hood without introducing a big breaking change.

Makes sense. I'll be using the new folders/packages for only the new changes and keep the current structure.

Thanks for the review!