Skip to content

Instantly share code, notes, and snippets.

@mreichelt
Last active May 25, 2016 21:19
Show Gist options
  • Save mreichelt/028aff83e6b7c9f5473b80963f8cc53f to your computer and use it in GitHub Desktop.
Save mreichelt/028aff83e6b7c9f5473b80963f8cc53f to your computer and use it in GitHub Desktop.
dexcount: top-level build.gradle
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