google / google/secrets-gradle-plugin
Variant specific properties file
Open
type: feature request
- Dominant language
- Kotlin
- Stars
- 1.3k
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
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`.
Contributor guide
Assessment
This issue has not been assessed yet.