Closed Rainer-Lang closed 8 years ago
Thanks a lot - and for your great lib too.
@krimin-killr21 Version isn't populated. Can't get it.
you can always manually remove those things for the merger. Here's an example (it shows removing of some of the imported data like label, icon and theme):
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
tools:replace="label,icon,theme" >
</application>
</manifest>
Ok
remove "application android:label" from Manifest of library -> prevent "Error: Manifest merger failed"
Is it possible to merge fast and make a new version?