Last active
May 25, 2016 21:19
-
-
Save mreichelt/028aff83e6b7c9f5473b80963f8cc53f to your computer and use it in GitHub Desktop.
dexcount: top-level build.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() | |
} | |
dependencies { | |
// other dependencies go here... | |
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment