google / secrets-gradle-plugin

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

Variant specific properties file #59

Open sando22 opened 2 years ago

sando22 commented 2 years 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.