Package com.tomtom.ivi.platform.gradle.api.tools.version

This package defines the Gradle plugin to provide IVI versioning info to the build configuration.

Types

Link copied to clipboard
class VersionPlugin : Plugin<Project>

Gradle plugin to provide IVI versioning info to the build configuration.

Properties

Link copied to clipboard
val Project.iviAndroidVersionCode: Int

Android's versionCode of the IVI product. A default version code is used if no information from git is available; for example, when building from SDK archives.

Link copied to clipboard
val Project.iviPlatformVersion: String?

The version to use for TomTom Digital Cockpit dependencies of the module to build. Setting this causes dependencies on internal modules to be fetched from Artifactory.

Link copied to clipboard
val Project.iviVersion: String

Version of the IVI product.