Skip to content

Test apk not getting shrinked (obfuscated) #27

Open
@rokos

Description

@rokos

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions