Skip to content

Instantly share code, notes, and snippets.

@up1
Created June 3, 2016 00:15
Show Gist options
  • Select an option

  • Save up1/c52e882d093e9d5840fa8b8106c0feed to your computer and use it in GitHub Desktop.

Select an option

Save up1/c52e882d093e9d5840fa8b8106c0feed to your computer and use it in GitHub Desktop.
Size of APK
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