All Projects → KeepSafe → Dexcount Gradle Plugin

KeepSafe / Dexcount Gradle Plugin

Licence: apache-2.0
A Gradle plugin to report the number of method references in your APK on every build.

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dexcount Gradle Plugin

Php Openapi
Read and write OpenAPI yaml/json files and make the content accessible in PHP objects.
Stars: ✭ 268 (-90.87%)
Mutual labels:  hacktoberfest
Github Tag Action
A Github Action to tag a repo on merge.
Stars: ✭ 270 (-90.8%)
Mutual labels:  hacktoberfest
Fluentresults
A generalised Result object implementation for .NET/C#
Stars: ✭ 266 (-90.94%)
Mutual labels:  hacktoberfest
Redaxo
REDAXO, a PHP-based CMS since 2004. Both simple and flexible.
Stars: ✭ 268 (-90.87%)
Mutual labels:  hacktoberfest
Github Stats
📈 Visualize stats about GitHub users and projects in your terminal.
Stars: ✭ 271 (-90.77%)
Mutual labels:  hacktoberfest
Laravel Gamp
📊 Laravel Google Analytics Measurement Protocol Package
Stars: ✭ 271 (-90.77%)
Mutual labels:  hacktoberfest
Loopback Datasource Juggler
Connect Loopback to various Data Sources
Stars: ✭ 268 (-90.87%)
Mutual labels:  hacktoberfest
Protein
💊 Protein is an IntelliJ Plugin to generate Kotlin code for Retrofit 2 and RxJava 2 based on a Swagger definition
Stars: ✭ 273 (-90.7%)
Mutual labels:  hacktoberfest
Openms
The codebase of the OpenMS project
Stars: ✭ 270 (-90.8%)
Mutual labels:  hacktoberfest
Cryptoexchange
[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
Stars: ✭ 272 (-90.73%)
Mutual labels:  hacktoberfest
Devdocs Desktop
🗂 A full-featured desktop app for DevDocs.io.
Stars: ✭ 3,040 (+3.58%)
Mutual labels:  hacktoberfest
Documentation
📘 Nextcloud documentation
Stars: ✭ 268 (-90.87%)
Mutual labels:  hacktoberfest
Yii2 Imagine
Yii 2 imagine extension
Stars: ✭ 271 (-90.77%)
Mutual labels:  hacktoberfest
Programming
Code a program in a language of your choice.
Stars: ✭ 269 (-90.83%)
Mutual labels:  hacktoberfest
Php
All Algorithms implemented in Php
Stars: ✭ 272 (-90.73%)
Mutual labels:  hacktoberfest
Aws
AWS SDK with readable code and async responses
Stars: ✭ 268 (-90.87%)
Mutual labels:  hacktoberfest
Takeoff
A rapid development environment using docker for convenience.
Stars: ✭ 271 (-90.77%)
Mutual labels:  hacktoberfest
Awesome Go Storage
A curated list of awesome Go storage projects and libraries
Stars: ✭ 3,224 (+9.85%)
Mutual labels:  hacktoberfest
Javascript Patterns
A collection of javascript algorithms, patterns, and techniques
Stars: ✭ 273 (-90.7%)
Mutual labels:  hacktoberfest
Starcli
✨ Browse GitHub trending projects from your command line
Stars: ✭ 269 (-90.83%)
Mutual labels:  hacktoberfest

Dexcount Gradle Plugin

a chart showing sample methods counts by package

Build Status Android Weekly Android Arsenal

A Gradle plugin to report the number of method references in your APK, AAR, or java module.

This helps you keep tabs on the growth of your app, with an eye to staying under the 65,536 method-reference limit, and avoiding the headache of eliminating methods or enabling multidex.

For more information, please see the website.

Download

The plugin is available from the Gradle Plugin Portal under the ID com.getkeepsafe.dexcount, and from Maven Central under the coordinates com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1.

Snapshot builds are available from the Sonatype Snapshot Repository at https://oss.sonatype.org/content/repositories/snapshots.

Dexcount requires Java 8 or higher, Gradle 6.0 or higher, and Android Gradle Plugin 3.4.0 or higher.

Credits

The Java code from the com.android.dexdeps package is sourced from the Android source tree. Inspired by Mihail Parparita's dex-method-counts project, to whom much credit is due.

Copyright 2015-2021 Keepsafe Software, Inc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].