You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for variant specific properties. Right now, the plugin supports buildType OR flavor specific properties.
For example, let's say we have build types release and debug and we have flavors paid and free. Accept paidRelease.properties, paidDebug.properties , freeRelease.properties and freeDebugProperties instead of only release.properties, debug.properties, free.properties and paid.properties.
The text was updated successfully, but these errors were encountered:
Add support for variant specific properties. Right now, the plugin supports buildType OR flavor specific properties.
For example, let's say we have build types release and debug and we have flavors paid and free. Accept
paidRelease.properties
,paidDebug.properties
,freeRelease.properties
andfreeDebugProperties
instead of onlyrelease.properties
,debug.properties
,free.properties
andpaid.properties
.The text was updated successfully, but these errors were encountered: