You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
it significantly affects compile-time
the advice given here would cause this to fail and there aren't any logs or other indicators that this is the issue.
The text was updated successfully, but these errors were encountered:
Problem:
If the
android.enableBuildConfigAsBytecode=true
flag is set in thegradle.properties
file, no secrets or extensions will be added to theBuildConfig
.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
The text was updated successfully, but these errors were encountered: