Search Gradle plugins

Version 0.0.1 (latest)

0.0.1

Created 22 March 2019.

Plugin for easing MoEngage Android SDK integration.

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.moengage.tools-android-sdk") version "0.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.MoEngage-Gradle-Plugin:tools-android-sdk:0.0.1")
      }
    }
    
    apply(plugin = "com.moengage.tools-android-sdk")
  • Applying plugins to all subprojects .