Gradle plugin that lets you request for Android runtime permissions without having to write code, just by using annotations.
Support multiple screen sizes easily by scaling your dimensions.
This Gradle plugin allows using Byte Buddy on Android. All of the instrumentation tools that Byte Buddy supports are adapted to any Android project with this plugin, that way you can build your own class transformations for your project or even as a library for other projects to use.
Easily create github release
A gradle plugin that automatically adds clock tracking for your components and subcomponents.
Features
DaggerTrack will tell you following type of time for each of your component and subcomponent injection:
IconDivvy is a Gradle plugin for scaling high-resolution source images into all the required sizes for various densities and placing them in the corresponding Android resource directories.
An experimental Gradle Plugin that automatically maps and includes modules in your builds
For large Android projects hosted in mono repos, management for module names might be a real pain, specially when we have lots of moving parts under a structure driven by nested Gradle subprojects.
This experimental plugin attempts to solve that.
A Gradle plugin that helps keep your module graph healthy and lean.
This plugin allows you to define rules on your dependency graph. If any new dependency violates these rules, the build will fail and notify the one who tries to add undesired dependency.
This is a Gradle plugin that will resolve placeholders in your XML strings at build time. There's no need to write any Java or Kotlin code in order to use it, just place your placeholders in string templates and build your project.
Gradle Plugin that will automate retrieving the Android OpenCV SDK and linking it to the project, making it easy to include OpenCV into Android applications.
📦 Insanely easy way to upload your Android Library to Bintray/JCenter
A Gradle plugin to discover the dependency graph between the modules and run specific tasks only on changed modules and his dependents.
When we work on a multiple modules project we don't need to run our verification tasks on all modules, just on the modules impacted by the changes and his dependents, with this approach we can save a lot of time in the CI server and give faster feedback about the changes to the developers.
Android Environments plugin helps us to avoid manual declaration of build config fields in each of the build types or product flavors. It's no longer required to write buildConfigField
for every single field.
Android Snapshot Publisher is a Gradle plugin to prepare and distribute Android Snapshot versions to multiple distribution sources in a simple and common way.
Modify your app's launcher icon for each of your app-variants using simple gradle rules: add ribbons of any color, overlay your own images, change the colors of the icon, ...
Just add a reference to the plugin and it will be automatically configured for you. Or add some simple gradle rules to completely customize it.
Preload and cache all dependencies in Gradle.
An Android gradle plugin to inline methods that start with the prefix 'access$' in bytecode.
Helper to upload Gradle Android Artifacts, Gradle Java Artifacts and Gradle Kotlin Artifacts to Maven repositories (JCenter, Maven Central, Corporate staging/snapshot servers and local Maven repositories).
Gradle Script plugin to generate documentation by Dokka documentation engine in Javadoc or other formats for Java, Kotlin, Android and non-Android projects. It's very easy, you don't need to add to dependencies section additional classpath or think about compatibility issues, you don't need additional repositories also.
Gradle plugin for publishing Android artifacts to Google Play.
Gradle Plugin that removes unused resources in Android projects.
This is a Gradle plugin for Android projects that fetches localization strings.xml
from localise.biz web service and places it under res/
folder. Boom! Multiple translations are also supported.
How it works
This plugin adds Gradle downloadLocaliseTranslations
task to Android project which downloads localized strings.xml
into main
's flavor res/
folder.
A gradle plugin that decouples through the detach interface and its implementation.
ShieldAuto is a Java based Gradle plugin to manage proguard config for release builds.
This plugin configures JavaCompile tasks to use the Checker Framework.
RoboVersioning is Android Gradle versioning plugin based on Git tags. You can set different versioning on BuildTypes and ProductFlavors. So you can have different versioning on a same git branch. Works well with git-flow and merge-commits.
Injector is just a gradle plugin for android projects which helps making third party android libraries(aar) downloadable. Injector supports android gradle plugin 3.0.0 and higher.
Plugin generates common github links (like repository, issues, vcs etc) for project and configures common plugins. The main intention is to remove boilerplate and simplify project configuration.
Use python modules in gradle build.
Features: