Search Gradle plugins

Plugin Latest Version

app.visly

Deprecated

Plugin for connecting Visly to your android project.

0.0.1
(27 August 2019)

USAGE in app build.gradle: DefaultRibbonFilter defines debug, qa and release: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____return defaultRibbonFilter(variant, iconFile) __} } For other buildTypes use: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____if (variant.buildType.name == "buildtype") { ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor") ______// or ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor", "#fontColor") ____} __} }

1.2.5
(09 October 2018)

Gradle plugin that generates CSV file with apk size per output and variant of apk

0.4.0
(01 July 2017)

Glide Gradle plugin makes it incredebily easy to develop and deploy webapps for Google App Engine

0.9.4
(06 February 2017)