Search Gradle plugins

Version 0.7.17

0.7.17

Created 18 April 2017.

A Gradle plugin multi tool for Android development

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.tapadoo.android.sputnik") version "0.7.17"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.tapadoo.android:sputnik:0.7.17")
      }
    }
    
    apply(plugin = "com.tapadoo.android.sputnik")
  • Applying plugins to all subprojects .