Skip to content

Instantly share code, notes, and snippets.

@Sloy
Last active August 29, 2015 14:15
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sloy/21ef4b143cb92d663540 to your computer and use it in GitHub Desktop.
Save Sloy/21ef4b143cb92d663540 to your computer and use it in GitHub Desktop.
Dex Count Gradle
buildscript {
repositories {
jcenter()
maven { url 'http://dl.bintray.com/sloy/maven'} //<- only needed while jcenter refresh to the new version
}
dependencies {
classpath 'com.sloydev:dexcountprettify-plugin:0.1.2'
}
}
apply plugin: 'dexcount'
./gradlew build count
> output in build/ directory of the application module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment