Search Gradle plugins

Version 0.16.1

0.16.1

Created 17 June 2022.

Configs for com.redmadrobot.application and com.redmadrobot.android-library

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.redmadrobot.android-config") version "0.16.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.redmadrobot.build:infrastructure-android:0.16.1")
      }
    }
    
    apply(plugin = "com.redmadrobot.android-config")
  • Applying plugins to all subprojects .