OxygenCobalt / Auxio

A simple, rational music player for android
GNU General Public License v3.0
1.78k stars 117 forks source link

Modular architecture #761

Open OxygenCobalt opened 3 weeks ago

OxygenCobalt commented 3 weeks ago

I learned awhile back that Auxio will compile faster if you use the modular architecture that android recommends. As the project grew and became more intertwined, I've also realized that it's probably for the best that I start trying to separate it all out.