Skip to content

android: add consumerProguardFiles #660

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

markusfisch
Copy link
Contributor

To automatically add the necessary proguard configuration to the consuming app of this library.

This way, there is no manual proguard configuration required for the users of this library.

Note that this is only true if the library is included as an AAR (or via maven), but not in a multi-module build (like it's the case with the sample app), because consumerProguardFiles is not used in multi-module builds.

To automatically add the necessary proguard configuration to
the consuming app of this library.

This way, there is no manual proguard configuration required
for the users of this library.

Note that this is only true if the library is included as an AAR
(or via maven), but not in a multi-module build (like it's the
case with the sample app), because `consumerProguardFiles` is not
used in multi-module builds.
@axxel axxel merged commit 14bdc2a into zxing-cpp:master Nov 14, 2023
@markusfisch markusfisch deleted the android_wrapper_consumer_rules branch February 27, 2024 10:44
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