Skip to content

Fix: Remove global ProGuard flag to support AGP 8.0+#223

Open
khank8476 wants to merge 1 commit into
talsec:masterfrom
khank8476:fix/agp-8-compat
Open

Fix: Remove global ProGuard flag to support AGP 8.0+#223
khank8476 wants to merge 1 commit into
talsec:masterfrom
khank8476:fix/agp-8-compat

Conversation

@khank8476

Copy link
Copy Markdown

In Android Gradle Plugin (AGP) 8.0 and above, using global keep options like -flattenpackagehierarchy in a consumer proguard file causes a fatal build error. I have commented this line out to restore AGP 8.0+ compatibility, but please review to ensure this does not break obfuscation routing for older Gradle versions.

Closes #222

In Android Gradle Plugin (AGP) 8.0 and above, using global keep options like -flattenpackagehierarchy in a consumer proguard file causes a fatal build error. I have commented this line out to restore AGP 8.0+ compatibility, but please review to ensure this does not break obfuscation routing for older Gradle versions.
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.

Build failed due to consumer-rules.pro

1 participant