[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[android] move testCoverageEnabled = true config to debug mode (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
zshshr authored and YorkShen committed Nov 20, 2018
1 parent eec53b1 commit ef2f0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ android {
buildTypes {
release {
minifyEnabled false
testCoverageEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
buildConfigField "boolean", "ENABLE_TRACE", "false"
consumerProguardFiles 'proguard-rules.pro'
Expand All @@ -142,6 +141,7 @@ android {
buildConfigField "boolean", "ENABLE_TRACE", "true"
jniDebuggable true
debuggable true
testCoverageEnabled true
consumerProguardFiles 'proguard-rules.pro'
}
}
Expand Down

0 comments on commit ef2f0c6

Please sign in to comment.