Created
June 3, 2016 00:15
-
-
Save up1/c52e882d093e9d5840fa8b8106c0feed to your computer and use it in GitHub Desktop.
Size of APK
This file contains hidden or 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
| apply plugin: 'com.android.application' | |
| android { | |
| .... | |
| } | |
| buildscript { | |
| repositories { | |
| jcenter() | |
| } | |
| dependencies { | |
| classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2' | |
| } | |
| } | |
| apply plugin: 'com.getkeepsafe.dexcount' | |
| .... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment