Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

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

Sep 7, 2015

This plugin shows a confirmation dialog before executing gradle tasks.

Aug 20, 2015

Deployment of gradle based libs on Git repositories.

Aug 16, 2015

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

This is a ribbonizer as a Gradle plugin for Android, which adds a ribbon to launcher icons.

Aug 9, 2015

Power Assert is a language extension which adds extra information when assertions fail. This feature has been invented in Groovy and being spread around other programming languages, and is becoming a fundamental feature for debugging and testing, especially in unit tests: you no longer need to learn a bunch of test matchers such as assertEquals().

Aug 9, 2015

Android gradle plugin that adds text to all the debug launcher icons. That is useful for QA teams to know the version of the app that are testing.

Aug 7, 2015

This is a helper for releasing libraries to bintray. It is intended to help configuring stuff related to maven and bintray. At the moment it works with Android Library projects, plain Java and plain Groovy projects.

Aug 6, 2015

This is a super simple plugin to be used in combination with the new unit testing feature of the Gradle Plugin / Android Studio.

It tries to solve the problem that you have to mock each and every Android SDK class (even SparseArray, TextUtils etc.) by allowing you to use selected classes from a real Android-Jarfile.

Aug 3, 2015

Gradle plugin to send Slack messages according to your build lifecycle. Useful to integrate with a CI server, to notify everyone that some gradle task has failed.

Jul 25, 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

Gradle plugin for Spoon. Allows you to run spoon with almost no effort under new Android build system.

Jul 16, 2015

Gradle plugin to prompt for Android release keystore passwords.

Jun 23, 2015

This plugin piggy-backs on the unit testing support added in version 1.1.0 of the Android Gradle plugin and configures the test tasks to work correctly with Robolectric.

Jun 23, 2015

This plugin integrates TestFairy platform with the Gradle build system. With this plugin, you can upload signed builds directly via command line, IntelliJ, Android Studio and other IDEs.

Jun 22, 2015

A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts.

Jun 21, 2015
Advertisement

Gradle plugin to simplify loading project properties from external environment specific files.

Jun 20, 2015

Gradle plugin that tells you what libs have new versions on Maven Central, so when you come back to a project, you know what you can update.

Jun 6, 2015

A Gradle plugin to report the number of method references in your APK on every build.

Jun 5, 2015

This plugin helps to:

  • Avoid problems with collaborators that do not stick to the defined SDK.
  • Removing the need to update the build.gradle file every time you update your android build-tools.
Jun 4, 2015

Do you like waiting? Godot is for passionate thumb-twiddlers of the quantified-self-era. A Gradle plugin to help you keep track of how much time you spend waiting for builds to finish.

May 30, 2015

How much time do you spend each day waiting for Gradle? Now you know!

Features:

  • Sortable bar chart summaries
  • CSV output
  • Daily and total summary

May 29, 2015

Gradle plugin for Github releases. You can fully automate releases via gradle-github-plugin.

May 27, 2015

This plugin let's you easily use the jarjar tool in your gradle builds. This is handy for dependencies, which need to be repackaged, e.g. the full bouncy castle library for Android projects.

May 25, 2015

Gradle plugin that adds support for Findbugs, Checkstyle and PMD to android projects.

May 20, 2015

This plugin generates java/android database access code by analysing sqlite migration files or sqlite databases, keeping full control of what code is generated.

sqlite-analyzer creates an in-memory sqlite database, either from a given database file or by reading sql migrations, and analyzes its tables to construct a DatabaseModel. This model is then used to generate database access code.

May 17, 2015

A powerful dependency management solution for Android/Java-based gradle build environments. It drastically reduces the complexity of build.gradle files while providing powerful and flexible dependency resolution on top of normal Gradle. It handles linking remote sources for you automatically.

May 16, 2015

Android APT Plugin for Gradle. Makes sources generated by annotation processors visible in Android Studio.

Mar 28, 2015

With this plugin, you can define source folders for SVGs and they will automatically be rasterized/included in your build without messing with your source code.

Mar 11, 2015