Search Gradle plugins

Version 2.0.0

2.0.0

Created 14 December 2020.

Android gradle plugin that for version managment

Add this plugin to your build using the plugins DSL:

plugins {
  id("si.kamino.version") version "2.0.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("si.kamino.gradle:android-version:2.0.0")
      }
    }
    
    apply(plugin = "si.kamino.version")
  • Applying plugins to all subprojects .