Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

KeepSafe/dexcount-gradle-plugin

Repository files navigation

Build StatusAndroid WeeklyAndroid 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 seethe website.

Download

The plugin is available from the Gradle Plugin Portal under the IDcom.getkeepsafe.dexcount, and from Maven Central under the coordinatescom.getkeepsafe.dexcount:dexcount-gradle-plugin:4.0.0.

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

Dexcount requires Java 11 or higher, Gradle 7.0 or higher, and Android Gradle Plugin 7.0.0 or higher. (Building the plugin requires Java 17 or higher.)

Credits

The Java code from thecom.android.dexdeps package is sourced from theAndroid source tree.Inspired by Mihail Parparita'sdex-method-counts project, to whom much credit is due.

Copyright 2015-2023 Keepsafe Software, Inc

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors30


[8]ページ先頭

©2009-2025 Movatter.jp