gradle - Android - Manifest placeholders for different build types -
i hyped new possibility of manifest placeholders in gradle + android build. i've found in gradle documentation can specify own placeholders this:
productflavors { free { } pro { manifestplaceholders = [ activitylabel:"proname" ] } }
but have 1 placeholder dependent on build type , not on product flavors. when insert placeholder specification build type settings takes no effect. know how achieve this? because seems me stupid have 3 build types , 3 flavors associated it. thanks
starting today gradle plugin 0.13.0 working.
Comments
Post a Comment