-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Manifest Merger v2 #519
Comments
See method mergeManifests |
I did some basic stuff here in a new Mojo: Manifest Merger v2 user guide: http://tools.android.com/tech-docs/new-build-system/user-guide/manifest-merger Everything you setup in your AndroidManifest with the tag tools should work Setup used in my apk pom:
With that setup you don't need to modify your AndroidManifest on every release and commit it... |
I think we can just remove the old one provided we have all features of the old one. |
I don't think we'll have the same features for example the autoincrement won't be part of it I guess... |
autoincrement is useful imho. Setting same version as in pom is essential imho.. |
"Setting same version as in pom is essential imho.." that's part of it. AutoIncrement isn't part of it. |
Ticket to not forget the manifest merger v2
Have a flag to use the old manifest-merger default to the new one
Linked issue: #511
The text was updated successfully, but these errors were encountered: