google / secrets-gradle-plugin

A Gradle plugin for providing your secrets to your Android project.
Apache License 2.0
1.13k stars 99 forks source link

Variant specific properties file #59

Open sando22 opened 1 year ago

sando22 commented 1 year ago

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.