Skip to content

Instantly share code, notes, and snippets.

View mreichelt's full-sized avatar
👨‍💻
Coding is awesome 🎉

Marc Reichelt mreichelt

👨‍💻
Coding is awesome 🎉
View GitHub Profile
@mreichelt
mreichelt / build.gradle
Last active May 25, 2016 21:19
dexcount: top-level build.gradle
buildscript {
repositories {
jcenter()
}
dependencies {
// other dependencies go here...
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.5.2'
}
}