From c5cca14495f3621e18141e9afc477def1da84053 Mon Sep 17 00:00:00 2001 From: Androidacy Service Account Date: Wed, 14 Dec 2022 21:31:33 -0500 Subject: [PATCH] Fix tests --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) 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()