Gradle Test Logger Plugin
A Gradle plugin for printing beautiful logs on the console while running tests.
Screenshots
Standard theme
Mocha theme
Scroll dow
unused-dep
Detects unused dependencies in Android gradle projects
How does it work?
This tool removes dependencies one by one in an Android gradle project and attempts to run a specified gradle task in order
Swagger Gradle Codegen
A Gradle plugin to generate networking code from a Swagger spec file.
This plugin wraps swagger-codegen, and exposes a configurable generateSwagger gradle task that you can plug inside your
kotlin-native-cocoapods
A Gradle plugin which handles creating a podspec for a local Kotlin/Native project. The generated podspec properly integrates your project with cocoapods, and release/debug fat binaries will be c
Findjars: a gradle plugin to debug classpath issues
Findjars is a gradle plugin that helped Criteo debugging classpath issues when migrating from maven to gradle.
It permits to find:
which jars contain a file ide
Gradle Play Publisher
Gradle Play Publisher is a Gradle plugin that allows you to upload your APK and other app details to the Google Play Store from a continuous integration server or anywhere you have a
Dexter
Control your .dex demons.
A utility to manage MultiDex reached apps (>64k method counts).
Managing multidex manually is a troublesome task in itself, this issue is commonly known as the "Worst nightmare of A
Unused Resources Remover for Android
Gradle Plugin that removes unused resources in Android projects.
Features
Easy to remove unused resources by simple gradle command
Customize extra/exclude files
gradle-dependency-graph-generator-plugin
Gradle plugin that lets you visualize your dependencies in a graph.
Set up
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath
Easylauncher gradle plugin for Android
Modify the launcher icon of each of your app-variants using simple gradle rules. Add ribbons of any color, overlay your own images, change the colors of the icon, ...
jacoco-android-gradle-plugin
A Gradle plugin that adds fully configured JacocoReport tasks for unit tests of each Android application and library project variant.
Why
In order to generate JaCoCo unit tes
MethodTimeCost
A gradle plugin to show time costs of methods on main-thread.
How to use
Just several lines.
add dependency in the build.gradle of the root project.
dependencies {
classpath 'c