Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
A simple light weight Gradle plugin for Android project to upload apk of all the build variants to AWS S3. This helps you to maintain all flavour of every version easily in S3. For usage, please visit docs for usage .. |
1.0.2
(20 August 2017) |
|
Gradle plugin to add multi-variants yaml settings to Android. |
0.2.1
(02 December 2015) |
com.banner.versions.ribbonizer
Deprecated
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) |
com.mirror.plugins
Deprecated
New variant generator |
0.1.1.3
(23 July 2017) |
com.trevjonez.AndroidGithubReleasePlugin
Deprecated
Android variant aware tasks for creating github releases and uploading assets |
1.2.2
(03 July 2019) |
com.vanniktech.android.apk.size
Deprecated
Gradle plugin that generates CSV file with apk size per output and variant of apk |
0.4.0
(01 July 2017) |