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

fix: Remove misleading double quotes #51

Closed aminsepahan closed 2 years ago

aminsepahan commented 2 years ago

According to this issue: https://github.com/google/secrets-gradle-plugin/issues/46 and also my personal pain and experience, there is a misleading double quotes in the sample files, and that caused me to not able to use the maps and suffer a couple of days, so I thought we can fix the documentation or better, we can remove them from the string so it will work both ways

Signed-off-by: Amin Keshavarzian ak@next-munich.com