Search Gradle plugins

io.snabble.setup

Plugin for simlified configutation of the Snabble Android SDK and metadata downloader

https://docs.snabble.io/docs/android/

Sources: https://github.com/snabble/Gradle-Plugin.git

Version 1.0.1 (latest)

1.0.1

Created 23 June 2022.

Plugin for simlified configutation of the Snabble Android SDK and metadata downloader

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.snabble.setup") version "1.0.1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.snabble:gradle-plugin:1.0.1")
      }
    }
    
    apply(plugin = "io.snabble.setup")
  • Applying plugins to all subprojects .