79129275

Date: 2024-10-26 19:07:09
Score: 3
Natty:
Report link

Also watch out if you're creating an instance instead of calling the function

BuildConfigField("String", "BASE_URL", ""https"")

instead

buildConfigField("String", "BASE_URL", ""https"")

See the docs: https://developer.android.com/build/gradle-tips#share-custom-fields-and-resource-values-with-your-app-code

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: benji41