Last active
August 29, 2015 14:15
-
-
Save Sloy/21ef4b143cb92d663540 to your computer and use it in GitHub Desktop.
Dex Count Gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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