Search Gradle plugins
Plugin | Latest Version |
---|---|
com.banner.versions.ribbonizerUSAGE 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) |
com.prot.versioninfoGenerate version-info.properties file at build time to capture project version, build time and revision info |
0.5
(20 June 2018) |
com.bisnode.version-checkCheck your project dependencies for incompatible versions |
0.0.6
(14 May 2018) |
com.wopata.gradle.AndroidBuildNumberPluginAdds possibility to add build number to a provided version name in the form of "v1.0(buildNumber)" and build version code |
1.0.0
(09 May 2018) |
com.rhtech.springbootversionAutomatically Manages Version For Spring Boot Applications! |
1.0
(30 March 2018) |
org.unbroken-dome.gitversionA plugin that helps in determining the build version from a Git repository. |
0.10.0
(20 March 2018) |
dk.danskespil.gradle.plugins.release-branchHandles releasing with versions, takes care of tagging in git and inference of version numbers. Based on ajoberstar gradle plugins and inspired by netflix nebula gradle plugin. Slightly opiniated. Can add branch names into tags and inferred versions |
0.1.8
(06 February 2018) |
com.sathishsr.autoVersioningAutomatically extract Android-friendly version names and codes from git tags |
1.0.0
(08 November 2017) |
com.gitlab.morality.gritA plugin for Gradle which is designed to automatically version a project according to the nearest Git tag. |
2.0.2
(23 August 2017) |
org.patuf.gradle-release-pluginMinimum complexity, maximum control gradle release plugin |
0.0.3
(03 June 2017) |