secrets-gradle-plugin
secrets-gradle-plugin copied to clipboard
A Gradle plugin for providing your secrets to your Android project.
New feature request I've noticed. Instead of a defaults file with safe values for CI/CD systems, I would much more often like to be able to inject secrets such as...
This is not an issue I just wanted to ask how we solve this error from the play store. 
So I followed [this](https://developers.google.com/maps/documentation/android-sdk/start#add-key) guide from the Maps SDK to add the API key to the app. Now in Android Studio the Merged Manifest view no longer works which in...
Can I use this in a react native project to store keys for the android folder? If so how do I do it, when I do it how it's done...
As the document said we have to create a custom file at the root of the folder and it's working fine on my project, Is it possible to move my...
I created a custom file named _service.properties_ at the root of my project and I stored my google api key in it as such: `key_name="value"` In my module's _build.gradle_ file...
The `local.defaults.properties` file contains the following: ``` MAPS_API_KEY="" ``` I copied that line and added the following line in my `local.properties`: ``` MAPS_API_KEY="AIzaalskro0jlskdj2kr5jlksbjlksdjflkse0p" ``` where the AIza... is a valid...
[Installation](https://github.com/google/secrets-gradle-plugin#installation) calls for adding `com.google.android.libraries.mapsplatform.secrets-gradle-plugin:secrets-gradle-plugin:1.3.0`as a dependency classpath and `com.google.android.libraries.mapsplatform.secrets-gradle-plugin` to `plugins` block, this results in ```bash Exception is: org.gradle.api.plugins.UnknownPluginException: Plugin [id: 'com.google.android.libraries.mapsplatform.secrets-gradle-plugin'] was not found in any of the...
Currently, adding those tags have to be manually done. This should be changed so that it is automatically added when invoked `./gradlew publish`
Hi 👋 ! Thanks for the plugin! I am not 100% sure when it should be used though. Secrets like apiKeys are typically super hard (if not impossible) to secure...