You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
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.
If you try to minify (proguard) debug build by un-commenting :
in app's build.gradle, *-androidTest.apk doesnt get obfuscated and method count is not reduced.