SigningConfigPlugin

class SigningConfigPlugin : Plugin<Project>

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.

Constructors

Link copied to clipboard
fun SigningConfigPlugin()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun apply(project: Project)