Skip to content
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

Not compatible with android.enableBuildConfigAsBytecode Gradle Property #75

Open
childofthehorn opened this issue Jan 23, 2024 · 0 comments

Comments

@childofthehorn
Copy link

Problem:
If the android.enableBuildConfigAsBytecode=true flag is set in the gradle.properties file, no secrets or extensions will be added to the BuildConfig.

The flag being enabled or disabled does not affect the ability of anything to compile or affect the standard BuildConfig flags. This package will only work if that feature is disabled.

This incompatibility is problematic because

  1. it significantly affects compile-time
  2. the advice given here would cause this to fail and there aren't any logs or other indicators that this is the issue.
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

No branches or pull requests

1 participant