Open
Description
If you try to minify (proguard) debug build by un-commenting :
debug {
// Run code coverage reports by default on debug builds.
testCoverageEnabled = true
// Uncomment this to run test against a minified version of the production APK
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
testProguardFile 'proguard-test-rules.pro'
}
in app's build.gradle, *-androidTest.apk doesnt get obfuscated and method count is not reduced.
Metadata
Metadata
Assignees
Labels
No labels