A Gradle plugin for providing your secrets securely to your Android project. This Gradle plugin reads secrets from a properties file not checked into version control, such as local.properties and exposes those properties as variables in the Gradle-generated BuildConfig class and in the Android manifest file. This plugin is primarily for hiding your keys from version control. Since your key is part of the static binary, your API keys are still recoverable by decompiling an APK. So, securing...