This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Description
Hi,
I'm trying to create two versions of my android app. That means that I have to have two different package names in the AndroidManifest file.
An easy solution to this problem would be to use aapt --rename-manifest-package, as described here:
http://www.piwai.info/renaming-android-manifest-package/
I think aaptGenerateTask in AndroidBase.scala would have to be changed to support this package name parameter.