Specifying android permissions through gradle -
i have:
product flavors { { } b { } } buildtypes { 1 { } 2 { } releasetest { } } now have specific manifest file want add flavor b & buildtype test, without putting in product flavor b folder (i want going androidtest, , don't want put flavor b folder may want in flavor not in flavor b, while cutting builds, etc). that's going in manifest folder couple of permissions.
is there way this?
Comments
Post a Comment