diff --git a/app/build.gradle b/app/build.gradle index bc59db5..dfb342d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -85,6 +85,10 @@ android { properties.load(fis) } buildConfigField "String", "SENTRY_TOKEN", '"' + properties.getProperty("auth." + "token") + '"' + } else { + + buildConfigField "String", "SENTRY_TOKEN", '""' + } // Get the androidacy client ID from the androidacy.properties Properties properties = new Properties()