Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created February 16, 2018 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rafaeltoledo/92d4192eea72988c65d46ed911e46f7b to your computer and use it in GitHub Desktop.
Save rafaeltoledo/92d4192eea72988c65d46ed911e46f7b to your computer and use it in GitHub Desktop.
android {
compileSdkVersion 27
defaultConfig {
applicationId 'net.rafaeltoledo.coverage'
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName '1.0'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
}
buildTypes {
debug {
testCoverageEnabled true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
testOptions {
execution 'ANDROID_TEST_ORCHESTRATOR'
animationsDisabled true
unitTests {
includeAndroidResources = true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment