In ADT 20.0.0 (linked from here) the manifestmerger property (to include library project’s manifest into the app project) was added. Is it possible to enable this property in maven builds? if Yes, how?
In ADT 20.0.0 (linked from here ) the manifestmerger property (to include library project’s
Share
The feature has been added in the android-maven-plugin and the details are available from the link : https://github.com/jayway/maven-android-plugin/pull/135