git - How to Organize Android App with Multiple Versions of Assets -
i have android app distributed in 2 (or more) brands. java code each distributions exactly same, different assets/resources (like layouts, drawables, dimensions, etc)
what best way organize project? using git version control, , trying keep distributions developed single project. can switch asset/resource sets different branding each time needed.
is there approach it?
gradle build variants allow have shared main codebase/resources , multiple variants custom resources/code associated each - can generate separate apk each variant. of course, using gradle android development requires use android studio (which in beta) well.
Comments
Post a Comment