dexcount-gradle-plugin alternatives and similar packages
Based on the "Gradle" category.
Alternatively, view dexcount-gradle-plugin alternatives based on common mentions on social networks and blogs.
-
gradle-play-publisher
GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata. -
groovy-android-gradle-plugin
A Gradle plugin to support the Groovy language for building Android apps -
Easylauncher gradle plugin for Android
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will -
gradle-android-scala-plugin
gradle-android-scala-plugin adds scala language support to official gradle android plugin -
GradleMavenPush
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). -
EasyDokkaPlugin
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.
CodeRabbit: AI Code Reviews for Developers
Do you think we are missing an alternative of dexcount-gradle-plugin or a related project?
README
Dexcount Gradle Plugin
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.1.0
.
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-2022 Keepsafe Software, Inc