Remove debuggable build type

pull/413/head
Alex Baker 8 years ago
parent ddd2a4364d
commit 361ec9bf43

@ -48,11 +48,6 @@ android {
debug {
testCoverageEnabled true
}
// https://code.google.com/p/android/issues/detail?id=123771
debuggable.initWith(buildTypes.debug)
debuggable {
testCoverageEnabled false
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard.pro'

Loading…
Cancel
Save