odaridavid / Clean-MVVM-ArchComponents

👽 Built with MVVM pattern, Koin , Coroutines + Flows ,Architecture Components, Data Binding , Firebase , Unit/UI Tests ,Motion Layout

Home Page:https://play.google.com/store/apps/details?id=com.k0d4black.theforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABI splitting (unnecessary)

LinusMuema opened this issue · comments

The splitting of ABI in the app's build.gradle is unnecessary as Google play does that automatically for you. Or is there a valid reason to have it there? 🤷‍♂️

Not really it only makes sense if I was doing some custom configuration which in this case am not you can chuck it from there.

Resolved this in #71