The docs here: https://docs.sentry.io/platforms/android/configuration/gradle/#configure say that I can provide values for configuration in the sentry {} block in app/build.gradle, but when I set this up I'm getting the error during build of
error: An organization slug is required (provide with --org)
I've set this in the sentry block as per the docs, but it doesn't seem to pick it up. It looks like I have to provide a sentry.properties, but for local development I don't want to have to do this (I don't want to have the token locally on dev machines). I've tried this both with a fake and real token being passed.