Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

A gradle plugin to frame android screenshots with devices frames.

Feb 1, 2016

This plugin shows a confirmation dialog before executing gradle tasks.

Aug 20, 2015

Parrot is a gradle plugin that allows your app to speak multiple languages, without the hassle of working with multiple resources, using the translation editor or ordering an expensive translation from AS/IDEA

It leverages the Google Translate API in order to translate your string resources into all the languages specified in the configuration.

Apr 12, 2016

Gradle Material Design Icons Plugin

This plugin will manage google's official material design icons in your build.gradle.

Jan 10, 2015

This Gradle plugin adds a new task to print out the dex method count of your Android projects without having to install separate tools.

Jul 16, 2015

This gradle plugin is designed for allowing Android dependencies using git. This allows you to use any Android library from a git repo based on commit or branch.

Dec 16, 2016

A gradle plugin that facilitates using a git repository as your maven repo, useful when you want to host private, internal maven artifacts, but a full blown repository manager is more than you nee.

Aug 15, 2015

Gradle build inspector, clarifies what's going on inside your Gradle build.

Sep 7, 2015

Gradle plugin to add unit testing to android plugin. Prepared for Robolectric.

Requirements:

  • Gradle 2.10 or superior.
  • Android's Gradle Plugin 0.14.0 or superior.
  • An Android app or library that builds with Gradle.
Nov 4, 2014

Gradle plugin to prompt for Android release keystore passwords.

Jun 23, 2015

The gradle plugin to add proguard snippets to your proguard setting file quickly.

This plugin pulls the proguard information from the krschultz/android-proguard-snippets.
If you wanna add the snippets, PR to android-proguard-snippets!

Feb 2, 2015

This is the Android plugin for the Gradle build system. This plugin enables the creation of Android applications using Gradle, with all of the power and flexibility you've come to expect from Gradle.

Jul 5, 2014

Gradle plugin that lets you request for Android runtime permissions without having to write code, just by using annotations.

Jan 24, 2024

Support multiple screen sizes easily by scaling your dimensions.

Apr 19, 2022

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.

Feb 13, 2022

Easily create github release

Jan 13, 2022

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:

  1. Total time: This is the total wall clock time took by the component or subcomponent injection.
  2. On CPU time: CPU time is the time the inject method took working on cpu.
  3. Off CPU time: Off CPU time is the time that inject method took when it was not running on the CPU which means it was doing some I/O work or maybe blocked on some other resource.
Jan 7, 2022

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.

Nov 3, 2020

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.

Jul 18, 2019

Preload and cache all dependencies in Gradle.

Dec 21, 2018

An Android gradle plugin to inline methods that start with the prefix 'access$' in bytecode.

Sep 15, 2018

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.

Apr 13, 2018

A gradle plugin that decouples through the detach interface and its implementation.

Mar 18, 2018

This plugin configures JavaCompile tasks to use the Checker Framework.

Feb 11, 2018

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.

Feb 10, 2018

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.

Feb 10, 2018

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.

Dec 30, 2017

Use python modules in gradle build.

Features:

  • Install required python modules using pip (per project (virtualenv, default), os user or globally)
  • Provides task to call python commands, modules or scripts (PythonTask)
  • Could be used as basement for building plugins for specific python modules
Dec 30, 2017

Static code analysis for Java and Groovy projects using Checkstyle, PMD, FindBugs and CodeNarc. Plugin implements unified console output for all quality plugins which greatly simplifies developer workflow: only console is required for working with violations and makes it feel the same as java compiler errors.

Dec 24, 2017

Gradle AnimalSniffer plugin for Java or groovy projects. AnimalSniffer used to check compatibility with lower java version (when compiling with newer java) or android (sdk version).

Dec 23, 2017