Skip to content

Conversation

@BSchindeleAnother
Copy link

This PR adds up documentation to set up the necessary proguard exception for release builds to work on android, as proposed in #76.

Added troubleshooting guide for common android release build issues due to missing proguard rules.
@niclasEX
Copy link

niclasEX commented Jan 5, 2026

@BSchindeleAnother
What are your thoughts on #133 #129
Is there a reason not to do it with consumer rules?

@niclasEX
Copy link

niclasEX commented Jan 5, 2026

If this is to be added to the documentation it might make sense to also include documentation for kotlin:

buildTypes {
    release {
        {... existing lines ...}
        isMinifyEnabled = true
        isShrinkResources = true
        proguardFiles(
            getDefaultProguardFile("proguard-android-optimize.txt"),
            "proguard-rules.pro"
        )
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants