SigningConfigPlugin
The Gradle plugin to sign an application project with the keystore file specified by the gradle property: applicationKeystore
. The keystore password file is specified by the gradle property: applicationKeystorePassword
The key alias of each signing config is defined as tomtom-<signing-config-name>
. For instance tomtom-release
or tomtom-debug
.
Plugin ID: com.tomtom.ivi.platform.tools.signing-config
.