Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created January 18, 2016 12:02
Show Gist options
  • Save miquelbeltran/b4797b29712fd9cfc44d to your computer and use it in GitHub Desktop.
Save miquelbeltran/b4797b29712fd9cfc44d to your computer and use it in GitHub Desktop.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.1'
}
}
apply plugin: 'com.android.application'
apply plugin: 'jacoco-android'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment