jvoegele / gradle-android-plugin

Android plugin for the Gradle build system.
Apache License 2.0
406 stars 95 forks source link

Manifest merge for viariants does not overwrite application name #104

Closed shanemvh closed 6 years ago

shanemvh commented 10 years ago

I want my build variant to be able to change the application name. So if my main variant specified: <application android:name="com.xxx.xxx" I want my variant to use <application android:name="com.xxx.yyy" which is a subclass of xxx. Thanks